mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-07 07:48:02 +00:00
testing values for most common data dump
This commit is contained in:
parent
34412f7e3d
commit
7c7b67b0bc
1 changed files with 2 additions and 1 deletions
|
@ -1581,12 +1581,13 @@ mod tests {
|
||||||
A Fateful Reflection of a Waitress And a Boat who must Discover a Sumo Wrestler in Ancient China
|
A Fateful Reflection of a Waitress And a Boat who must Discover a Sumo Wrestler in Ancient China
|
||||||
Kwara & Kogi
|
Kwara & Kogi
|
||||||
{"Deleted Scenes","Behind the Scenes"}
|
{"Deleted Scenes","Behind the Scenes"}
|
||||||
|
'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
|
||||||
\\.
|
\\.
|
||||||
"#);
|
"#);
|
||||||
let mut parser = parser(&sql);
|
let mut parser = parser(&sql);
|
||||||
let ast = parser.parse();
|
let ast = parser.parse();
|
||||||
println!("ast: {:#?}", ast);
|
println!("ast: {:#?}", ast);
|
||||||
//assert!(!ast.is_ok());
|
assert!(ast.is_ok());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue