tree-sitter-elixir/test/corpus/unicode.txt

110 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-09-01 14:59:04 +00:00
=====================================
atom
=====================================
:time_μs
:"£"
:'£'
:こんにちは世界
:Ólá
:olá
:Olá
---
(source
2021-09-28 14:00:35 +00:00
(atom)
(quoted_atom
(quoted_content))
(quoted_atom
(quoted_content))
(atom)
(atom)
(atom)
(atom))
2021-09-01 14:59:04 +00:00
=====================================
string
=====================================
"time_μs"
"£"
"こんにちは世界"
"Ólá"
"olá"
"Olá"
---
(source
(string
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(string
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(string
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(string
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(string
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(string
2021-09-28 14:00:35 +00:00
(quoted_content)))
2021-09-01 14:59:04 +00:00
=====================================
charlist
=====================================
'time_μs'
'£'
'こんにちは世界'
'Ólá'
'olá'
'Olá'
---
(source
(charlist
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(charlist
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(charlist
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(charlist
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(charlist
2021-09-28 14:00:35 +00:00
(quoted_content))
2021-09-01 14:59:04 +00:00
(charlist
2021-09-28 14:00:35 +00:00
(quoted_content)))
2021-09-01 14:59:04 +00:00
=====================================
char
=====================================
?こ
---
(source
(char)
(char)
(char)
(char))
=====================================
variable
=====================================
time_μs
こんにちは世界
olá
---
(source
(identifier)
(identifier)
(identifier))