Fix make test
This commit is contained in:
parent
e8e47e0873
commit
f47abd8987
3 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# `foo` isn't provided by this diagnostic so it is expected that the fallback message is used.
|
||||
parser_struct_literal_body_without_path = this is a {$foo} message
|
||||
parse_struct_literal_body_without_path = this is a {$foo} message
|
||||
.suggestion = this is a test suggestion
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# `parser_struct_literal_body_without_path` isn't provided by this resource at all, so the
|
||||
# `parse_struct_literal_body_without_path` isn't provided by this resource at all, so the
|
||||
# fallback should be used.
|
||||
foo = bar
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
parser_struct_literal_body_without_path = this is a test message
|
||||
parse_struct_literal_body_without_path = this is a test message
|
||||
.suggestion = this is a test suggestion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue