Closed RebelusQuo closed 2 years ago
Unless.. I shot from the hip too early. What exactly is a "dictionary item tag"? I might have been confused by the description in the "Line-type tags" section which speaks of a single :
. is the rule it can't contain :
or :\n
(including a space or a newline, thus a two character sequence)?
See
Line-type tags:
Most remaining lines are identified by the presence of tags, where a tag is: the first dash (-), colon (:), or greater-than symbol (>) on a line when followed immediately by a space or line break;
https://nestedtext.org/en/stable/file_format.html
In this case there is no space or line break directly after the first :
@erikw Alright, so the root issue here is the potential of misunderstanding the earlier section. I'll suggest another wording in the parent repo.
From the official language reference:
From the test fixture:
dict_16/load_in.nt
dict_16/load_out.json
(simplified)To me this seems like a syntax error, correct?