Update LangString::parse usage in markdown tests
This commit is contained in:
parent
96a352ebd3
commit
977603cd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue