add screenshot

looking-at-specs
mitchellhansen 4 years ago
parent b80a87dd18
commit 280bc4d1a0

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@ -127,7 +127,7 @@ pub fn parse_script<'a, E: ParseError<&'a str>>(input: &'a str) -> IResult<&'a s
// if let Ok(v) = comment(input) { // if let Ok(v) = comment(input) {
// println!("Found comment tag") // println!("Found comment tag")
// } // }
return Ok((x, ScriptMeta::Comment(String::default()))); return Ok((x, ScriptMeta::Comment(String::default())));
} }

Loading…
Cancel
Save