Fix bugs with hl line data structures

This commit is contained in:
2026-01-20 09:37:54 +00:00
parent fd894e4e9f
commit 81da75dc15
19 changed files with 884 additions and 160 deletions

View File

@@ -21,6 +21,13 @@ cjk_samples = [
"大量の文字列🚀🚀🚀"
]
# a hex color: #FFFFFF hsl(147rad, 50%, 47%)
0x603010 # another hex color
# Ruby regex with unicode
$unicode_regex_multiline = /[一-龯ぁ-ん#{0x3000}
\-ヶー
@@ -49,7 +56,7 @@ UNINITCORE = %{
= -> { "こんに \n ちは" }
arr = Array.new()
not_arr = NotArray.new()
not_arr = NotABuiltin.new()
raise NameError or SystemExit or CustomError or Errno or ErrorNotAtAll