Skip to content

Commit 7c7b67b

Browse files
committed
testing values for most common data dump
1 parent 34412f7 commit 7c7b67b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sqlparser.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,12 +1581,13 @@ mod tests {
15811581
A Fateful Reflection of a Waitress And a Boat who must Discover a Sumo Wrestler in Ancient China
15821582
Kwara & Kogi
15831583
{"Deleted Scenes","Behind the Scenes"}
1584+
'awe':5 'awe-inspir':4 'barbarella':1 'cat':13 'conquer':16 'dog':18 'feminist':10 'inspir':6 'monasteri':21 'must':15 'stori':7 'streetcar':2
15841585
\\.
15851586
"#);
15861587
let mut parser = parser(&sql);
15871588
let ast = parser.parse();
15881589
println!("ast: {:#?}", ast);
1589-
//assert!(!ast.is_ok());
1590+
assert!(ast.is_ok());
15901591
}
15911592

15921593
#[test]

0 commit comments

Comments
 (0)