aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-22Rename test/this to test/this.bqnMarshall Lochbaum
2021-04-22Move glyph list to src/glyphs.bqnMarshall Lochbaum
2021-04-21•Pretty renamed to •Fmt in dzaima/BQNMarshall Lochbaum
2021-04-14Generic test script to run in any BQNMarshall Lochbaum
2021-04-14Add ⎊ to compiler and core runtimeMarshall Lochbaum
2021-04-09Fix test/js for lines with no %Marshall Lochbaum
2021-04-07Fix handling of lists in nothing statements: drop instruction goes after list...Marshall Lochbaum
2021-04-06Clean up interface from dz_wasm.js to wc.bqnMarshall Lochbaum
2021-04-06Stop using dzref for wc.bqnMarshall Lochbaum
2021-04-05Add tests for some syntax errorsMarshall Lochbaum
2021-04-05Handle extra space between ! and % in test/jsMarshall Lochbaum
2021-04-05Organize syntax tests somewhatMarshall Lochbaum
2021-04-05Tests for token formationMarshall Lochbaum
2021-04-05Tests for literal handlingMarshall Lochbaum
2021-04-04dzaima/BQN no longer requires -f flag to run on a fileMarshall Lochbaum
2021-04-04Test for long Group left argument with only ¯1Marshall Lochbaum
2021-04-03Improve formatting for error casesMarshall Lochbaum
2021-04-03Fix swapped test input and outputMarshall Lochbaum
2021-04-03Extend test/exe to test all non-error casesMarshall Lochbaum
2021-04-03Add tester for an arbitrary executable via stdin/stdoutMarshall Lochbaum
2021-03-29Add test for character subtraction with negative resultMarshall Lochbaum
2021-03-28Fix bqn.bqn GroupLen definition: 𝕨 is maximum, not final, lengthMarshall Lochbaum
2021-03-28Test ≤ on equal charactersMarshall Lochbaum
2021-03-27Better test for immediate modifierMarshall Lochbaum
2021-03-21Add a Nothing statement testMarshall Lochbaum
2021-03-15Fix buggy handling of Nothing as a right argumentMarshall Lochbaum
2021-03-13Use •Eval or •BQN instead of ⍎Marshall Lochbaum
2021-02-17Fix errors in reference function testing up to layer 3Marshall Lochbaum
2021-02-17Add testing mode using reference implementationsMarshall Lochbaum
2021-02-15Give an empty result, not an error, whenever 𝕨 is longer than 𝕩 in FindMarshall Lochbaum
2021-02-15Tests for length element in GroupMarshall Lochbaum
2021-02-14Better tests for depth-2 Group IndicesMarshall Lochbaum
2021-02-11Dyadic scan inverseMarshall Lochbaum
2021-02-11Allow a left argument to Scan (`)Marshall Lochbaum
2021-02-11Always make structural functions enclose atomsMarshall Lochbaum
2021-02-09Fix Replicate when 𝕨 contains an enclosed numberMarshall Lochbaum
2021-02-02Correct implementation for equals on compound functionsMarshall Lochbaum
2021-01-30Move direct command-line execution from test/js to docs/bqn.jsMarshall Lochbaum
2021-01-30Fix dz_comp (orphaned variable in last commit)Marshall Lochbaum
2021-01-30Test case for dyadic k𝔽𝔾 inverseMarshall Lochbaum
2021-01-30Separate BQN-within-dzaima/BQN from dz_comp to bqn.bqnMarshall Lochbaum
2021-01-30Use •FillFn and •_fillBy_ for dzaima+runtime testsMarshall Lochbaum
2021-01-30Require support for dyadic ⟜ in UndoMarshall Lochbaum
2021-01-29If that last one passes then probably your scoping is goodMarshall Lochbaum
2021-01-29Add bytecode tests to cover all instructionsMarshall Lochbaum
2021-01-27Some initial runtime-less VM testsMarshall Lochbaum
2021-01-25Use fill element to Join empty array (multiplying inner and outer shape)Marshall Lochbaum
2021-01-23Fix invalid fill test caseMarshall Lochbaum
2021-01-23Add shift functions to fill specMarshall Lochbaum
2021-01-22Fill testsMarshall Lochbaum