Skip to content

Commit cb6788a

Browse files
committed
CMD line test updated
1 parent e6fc5d2 commit cb6788a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tests/functional/test_cmdline.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
>>> os.environ['COLUMNS'] = '80'
44

55
>>> process_file('arrbase1.bas', ['-q', '-S', '-O --asm', '-O --mmap arrbase1.map'])
6-
usage: zxb [-h] [-d] [-O OPTIMIZE] [-o OUTPUT_FILE] [-T] [-t] [-B] [-a] [-A]
7-
[-S ORG] [-e STDERR] [--array-base ARRAY_BASE]
8-
[--string-base STRING_BASE] [-Z] [-H HEAP_SIZE] [--debug-memory]
9-
[--debug-array] [--strict-bool] [--enable-break] [-E] [--explicit]
10-
[-D DEFINES] [-M MEMORY_MAP] [-i] [-I INCLUDE_PATH] [--strict]
11-
[--headerless] [--version] [--parse-only]
12-
[--append-binary APPEND_BINARY]
13-
[--append-headless-binary APPEND_HEADLESS_BINARY] [-N]
14-
PROGRAM
15-
zxb: error: Option --asm and --mmap cannot be used together
6+
usage: zxbc.py [-h] [-d] [-O OPTIMIZE] [-o OUTPUT_FILE] [-T] [-t] [-B] [-a]
7+
[-A] [-S ORG] [-e STDERR] [--array-base ARRAY_BASE]
8+
[--string-base STRING_BASE] [-Z] [-H HEAP_SIZE]
9+
[--debug-memory] [--debug-array] [--strict-bool]
10+
[--enable-break] [-E] [--explicit] [-D DEFINES] [-M MEMORY_MAP]
11+
[-i] [-I INCLUDE_PATH] [--strict] [--headerless] [--version]
12+
[--parse-only] [--append-binary APPEND_BINARY]
13+
[--append-headless-binary APPEND_HEADLESS_BINARY] [-N]
14+
PROGRAM
15+
zxbc.py: error: Option --asm and --mmap cannot be used together
1616

1717
>>> process_file('arrbase1.bas', ['-q', '-S', '-O -D EMPTY_MACRO'])
1818

0 commit comments

Comments
 (0)