We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34412f7 commit 7c7b67bCopy full SHA for 7c7b67b
src/sqlparser.rs
@@ -1581,12 +1581,13 @@ mod tests {
1581
A Fateful Reflection of a Waitress And a Boat who must Discover a Sumo Wrestler in Ancient China
1582
Kwara & Kogi
1583
{"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
1585
\\.
1586
"#);
1587
let mut parser = parser(&sql);
1588
let ast = parser.parse();
1589
println!("ast: {:#?}", ast);
- //assert!(!ast.is_ok());
1590
+ assert!(ast.is_ok());
1591
}
1592
1593
#[test]
0 commit comments