Skip to content

Commit

Permalink
Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNovak committed Oct 15, 2021
1 parent d0fe188 commit c8022ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/data/lang.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"intro": {
"myFavoriteColor": "My favorite color is {{REF:aboutMe.favoriteColor}}.",
"myLocation": ["I live at the following address:", "{{REF:aboutMe.address}}"],
"myGitHub": "My GitHub is: {{COM:links.github}}"
"myGitHub": "My GitHub is: {{COM:links.github}}",
"greeting": "Hello, nice to meet you {{FIRST_NAME}} {{LAST_NAME}}!"
},
"regexes": {
"hello": { "pattern": "hello", "flags": "i" }
Expand Down

0 comments on commit c8022ca

Please sign in to comment.