Skip to content

Commit fd4e800

Browse files
committed
ups
1 parent 23a43e6 commit fd4e800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_lexer/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ mod tests {
229229
#[cfg(windows)]
230230
let input = "select\r\n\r\n\r1";
231231
#[cfg(not(windows))]
232-
let input = "select\n\n1";
232+
let input = "select\n\n 1";
233233

234234
let tokens = lex(input).unwrap();
235235

0 commit comments

Comments
 (0)