Skip to content

Commit 8e6d046

Browse files
committed
Add literal sample files
1 parent 712411e commit 8e6d046

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/samples/literal_bool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
False

tests/samples/literal_float.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
45.243

tests/samples/literal_int.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3485930

tests/samples/literal_string.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"hello"

0 commit comments

Comments
 (0)