diff options
Diffstat (limited to '')
-rw-r--r-- | _test/data/construct-python-bool.code | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/data/construct-python-bool.code b/_test/data/construct-python-bool.code new file mode 100644 index 0000000..170da01 --- /dev/null +++ b/_test/data/construct-python-bool.code @@ -0,0 +1 @@ +[ True, False ] |