diff options
Diffstat (limited to 'testsuite/tests/warnings/should_fail/T20263.stderr')
-rw-r--r-- | testsuite/tests/warnings/should_fail/T20263.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_fail/T20263.stderr b/testsuite/tests/warnings/should_fail/T20263.stderr new file mode 100644 index 0000000000..5d7b260959 --- /dev/null +++ b/testsuite/tests/warnings/should_fail/T20263.stderr @@ -0,0 +1,8 @@ + +T20263.hs:2:17: error: [-Wunicode-bidirectional-format-characters (in -Wdefault), -Werror=unicode-bidirectional-format-characters] + A unicode bidirectional formatting character (U+2067 RIGHT-TO-LEFT ISOLATE (RLI)) + was found at offset 30 in the file + along with further bidirectional formatting characters at offset 31: U+2066 LEFT-TO-RIGHT ISOLATE (LRI) + offset 40: U+2069 POP DIRECTIONAL ISOLATE (PDI) + offset 41: U+2066 LEFT-TO-RIGHT ISOLATE (LRI) + Bidirectional formatting characters may be rendered misleadingly in certain editors |