Skip to content

Commit 46af7db

Browse files
committed
Added example code
1 parent 05759d8 commit 46af7db

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module EscapeSeqOutOfRange where
2+
3+
x :: Char
4+
x = '\1114111'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module EscapeSeqOutOfRange where
2+
3+
x :: Char
4+
x = '\1114112'

message-index/messages/GHC-21231/escape-seq-oor/index.md

Whitespace-only changes.

0 commit comments

Comments
 (0)