Skip to content

Commit 35afb57

Browse files
authored
Update nullvalue.json
Set testable false on nullvalue example since it is erroring on CF
1 parent cb51882 commit 35afb57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/en/nullvalue.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"description":"",
1616
"code":"isNull(nullValue())",
1717
"result":true,
18-
"runnable":true
18+
"runnable":true,
19+
"testable":false
1920
},{
2021
"title":"ColdFusion polyfill",
2122
"description":"Using java data type null instead",

0 commit comments

Comments
 (0)