Skip to content

Commit

Permalink
fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Sep 25, 2024
1 parent 39bb629 commit 36f27b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void testTypes() {

names.put("myInt", XMLDialect.retypeObject("2"));
names.put("myFloat", XMLDialect.retypeObject("1.5"));
names.put("myBool", XMLDialect.retypeObject("True"));
names.put("myBool", XMLDialect.retypeObject("true"));
names.put("myStr", XMLDialect.retypeObject("hello"));

String code = "output = (type(myInt) is int) and (type(myFloat) is float) and (type(myBool) is bool)";
Expand Down

0 comments on commit 36f27b0

Please sign in to comment.