Update UI tests
This commit is contained in:
parent
a657be42b1
commit
c14d85fd33
5 changed files with 10 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
error: unterminated double quote string
|
||||
error[E0765]: unterminated double quote string
|
||||
--> $DIR/tab_2.rs:4:7
|
||||
|
|
||||
LL | """;
|
||||
|
|
@ -8,3 +8,4 @@ LL | | }
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0765`.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
error: unterminated double quote string
|
||||
error[E0765]: unterminated double quote string
|
||||
--> $DIR/issue-44078.rs:2:8
|
||||
|
|
||||
LL | "😊"";
|
||||
|
|
@ -8,3 +8,4 @@ LL | | }
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0765`.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
error: unterminated double quote string
|
||||
error[E0765]: unterminated double quote string
|
||||
--> $DIR/unbalanced-doublequote.rs:5:5
|
||||
|
|
||||
LL | / "
|
||||
|
|
@ -7,3 +7,4 @@ LL | | }
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0765`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue