Update LangString::parse usage in markdown tests

This commit is contained in:
Guillaume Gomez 2020-04-23 17:02:37 +02:00
parent 96a352ebd3
commit 977603cd1f

View file

@ -64,7 +64,7 @@ fn test_lang_string_parse() {
edition: Option<Edition>,
) {
assert_eq!(
LangString::parse(s, ErrorCodes::Yes, true),
LangString::parse(s, ErrorCodes::Yes, true, None),
LangString {
should_panic,
no_run,