Rename library to nomo
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
d691fb9198
commit
d2e0405033
28 changed files with 92 additions and 92 deletions
15
tests/cases/identifiers.nomo
Normal file
15
tests/cases/identifiers.nomo
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"_name": "Foo",
|
||||
"a_name": "Foo",
|
||||
"1name": "Foo",
|
||||
"_name1": "Foo",
|
||||
"_namE": "Foo",
|
||||
"name1": "Foo"
|
||||
}
|
||||
---
|
||||
{{= _name }}
|
||||
{{= a_name }}
|
||||
{{= 1name }}
|
||||
{{= _name1 }}
|
||||
{{= _namE }}
|
||||
{{= name1 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue