summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-08-27 18:57:50 +0200
committerGitHub <noreply@github.com>2023-08-27 18:57:50 +0200
commitacb0a9e0fee6508e9509f2a6e1a15aa5629edffb (patch)
tree3ef4c940fb0455d42971d91de9df9c7d1387252f /patches
parent65a4c210174e3b59f216c9b3044ce8858c9cd178 (diff)
parent8c2202c73d1d92a6f32ff0f7ea9f58818fe53c75 (diff)
Merge pull request #356 from juergenhoetzel/code-point-size
Add example for Unicode Code point literal > 255 Thanks! :smile:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/059_integers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/059_integers.patch b/patches/patches/059_integers.patch
index 7075ebe..c75cf8a 100644
--- a/patches/patches/059_integers.patch
+++ b/patches/patches/059_integers.patch
@@ -1,4 +1,4 @@
-22,24c22,24
+23,25c23,25
< 0o131, // octal
< 0b1101000, // binary
< 0x66, // hex