test a zero-byte environment file
This commit is contained in:
parent
bfcb967edd
commit
e8c7b4a9f4
@ -72,6 +72,8 @@ def run_test(key, content):
|
|||||||
print(key, str(e))
|
print(key, str(e))
|
||||||
|
|
||||||
|
|
||||||
|
run_test("key", b"")
|
||||||
|
|
||||||
for i in range(13):
|
for i in range(13):
|
||||||
run_test(f"key{i}", content_good)
|
run_test(f"key{i}", content_good)
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
key None
|
||||||
key0 'hello world'
|
key0 'hello world'
|
||||||
key1 7
|
key1 7
|
||||||
key2 '\n'
|
key2 '\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user