add true, false and null tests

This commit is contained in:
alisdair sullivan 2012-03-27 16:33:31 -07:00
parent 358b8f9c26
commit 09cbbe98b5
6 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
false

View file

@ -0,0 +1,3 @@
{name, "false"}.
{jsx, [{literal, false},end_json]}.
{json, "false.json"}.

View file

@ -0,0 +1 @@
null

View file

@ -0,0 +1,3 @@
{name, "null"}.
{jsx, [{literal, null},end_json]}.
{json, "null.json"}.

View file

@ -0,0 +1 @@
true

View file

@ -0,0 +1,3 @@
{name, "true"}.
{jsx, [{literal, true},end_json]}.
{json, "true.json"}.