Skip to content

Commit adb2556

Browse files
quanliu1991RobinPicard
authored andcommitted
[test] move n from should_not_match to should_match for STRING regex
Signed-off-by: quanliu <[email protected]>
1 parent ec18a35 commit adb2556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/json_schema/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ mod tests {
471471
r#""double_\\escape""#,
472472
r#""\\n""#,
473473
r#""escaped \" quote""#,
474+
r#""\n""#,
474475
],
475476
vec![
476477
"unquotedstring",

0 commit comments

Comments
 (0)