8 lines
82 B
Text
8 lines
82 B
Text
$ jq -n -f tokenize.jq
|
|
[
|
|
"one|uno",
|
|
"",
|
|
"three^^",
|
|
"four^|cuatro",
|
|
""
|
|
]
|