Representation work
This commit is contained in:
@@ -25,7 +25,7 @@ proptest! {
|
||||
|
||||
#[test]
|
||||
fn test_parsing() {
|
||||
let output = literal("a")("a yolo");
|
||||
let output = literal("a").parse("a yolo");
|
||||
assert_eq!(output.unwrap(), ("a", " yolo"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user