Skip to content

Commit

Permalink
add unit test from PR#39
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Jan 18, 2024
1 parent 984a803 commit a29ddda
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/dict.test
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,25 @@ namespace eval ::yajl::test {
}
}}
} -result 1


test 1.08 {: boolean example from PR#39
} -body {
dotest {{
"valueTrue":true,
"valueFalse":false,
"x":"true",
"y":false,
"a":{
"b":1,
"c":"true",
"d":{
"p":false
}
}
}}
} -result 1

}

cleanupTests

0 comments on commit a29ddda

Please sign in to comment.