Skip to content

Commit ae120ca

Browse files
committed
Fix failing tests
1 parent 9fa96ef commit ae120ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TestCases/Escaping.testplan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ line: `// escaped comment`
4747
line: `[a]escaped markup[/a]`
4848

4949
line: `Character: Here is a line with a character`
50-
line: `Character\: Here is a line without a character`
50+
line: `Character: Here is a line without a character`
5151

5252
stop

Tests/TestCases/FormatFunctions.yarn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Ordinal: [ordinal value={$ord} one="one" two="two" few="few" many="many" other="
4747
<<set $ord to 1>>
4848

4949
// Value insertion
50-
[select value={$gender} male="male: %" female="female: %" other="other: %"/]
50+
[select value={$gender} male="male\: %" female="female\: %" other="other\: %"/]
5151

5252
<<set $race_position = 3>>
5353
Mae: Wow, I came [ordinal value={$race_position} one="%st" two="%nd" few="%rd" other="%th"/]!

0 commit comments

Comments
 (0)