Skip to content

Commit d577ef4

Browse files
fix: update crossref theorem test regexes for title bracket syntax
1 parent 306b346 commit d577ef4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/docs/smoke-all/crossrefs/theorem/algorithm.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _quarto:
2222
-
2323
- "#ref\\(<alg-gcd>, supplement: \\[alg.\\]\\)"
2424
- "#ref\\(<alg-gcd>, supplement: \\[Alg.\\]\\)"
25-
- "#algorithm\\(title: \"Euclid\"\\)"
25+
- "#algorithm\\(title: \\[Euclid\\]\\)"
2626
- []
2727
markdown:
2828
ensureFileRegexMatches:

tests/docs/smoke-all/crossrefs/theorem/lemma-1.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _quarto:
2020
ensureTypstFileRegexMatches:
2121
-
2222
- "#ref\\(<lem-line>, supplement: \\[Lemma\\]\\)"
23-
- "#lemma\\(title: \"Line\"\\)"
23+
- "#lemma\\(title: \\[Line\\]\\)"
2424
- []
2525
markdown:
2626
ensureFileRegexMatches:

tests/docs/smoke-all/crossrefs/theorem/theorem-1.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _quarto:
2121
ensureTypstFileRegexMatches:
2222
-
2323
- "#ref\\(<thm-line>, supplement: \\[Theorem\\]\\)"
24-
- "#theorem\\(title: \"Line\"\\)"
24+
- "#theorem\\(title: \\[Line\\]\\)"
2525
- "#import \"@preview/theorion:0\\.4\\.1\": make-frame"
2626
- "simple-theorem-render"
2727
-

0 commit comments

Comments
 (0)