uCBQN/test.bqn
2021-04-22 16:16:59 +03:00

20 lines
689 B
BQN
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#! /usr/bin/env dbqn
"Usage: ./test.bqn path/to/mlochbaum/BQN [-sme] name | ./BQN"!2•args
path•args
args1•args
opt""
{𝕊: opt𝕩 args˜1}('-') args
"Missing argument!"!1=args
caseargs
case".bqn"
tests •FLines path"/test/cases/"case
tests/˜ (('#')0<)¨tests
{𝕊: tests/˜{"! %"3𝕩}¨tests} 's'opt
{𝕊: tests/˜{"! %"3𝕩}¨tests} 'e'opt
Out {•Out'%'{𝕩˜1+𝕩'%'}𝕩}
(('m'opt)Out{•Show𝕩Out𝕩})¨tests
# ('%'⊸∊∨ '#'= ·⊑ ∾⟜"#")◶•Out‿@¨tests
•Out """finished"""
•Out ""