1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 08:00:40 +00:00
janet/test
Calvin Rose 9694aee819 Add rules for nth and only-tags. Address #1503
These rules allow selecting from a number of sub-captures
while dropping the rest. `nth` is more succinct in many cases, but `only-tags` is
more general and corresponds to an internal mechanism already present.
2024-09-12 17:23:34 -05:00
..
amalg Update copyrights. 2023-01-07 15:04:56 -06:00
fuzzers Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
helper.janet Save :source-form in environment when debugging is enabled. 2024-08-29 21:12:53 -05:00
suite-array.janet Save :source-form in environment when debugging is enabled. 2024-08-29 21:12:53 -05:00
suite-asm.janet Fix asm roundtrip issue. 2024-03-10 09:07:11 -05:00
suite-boot.janet Save :source-form in environment when debugging is enabled. 2024-08-29 21:12:53 -05:00
suite-buffer.janet Error on buffer/push-uint16 with non 16 bit unsigned integer. 2024-06-15 06:47:47 -05:00
suite-bundle.janet Add suite for testing filewatch. 2024-08-18 10:12:33 -07:00
suite-capi.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-cfuns.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-compile.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-corelib.janet Fix formatting. 2024-07-12 15:22:46 -05:00
suite-debug.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-ev.janet Add regression test for chat server issues. Address #1496 2024-09-06 08:05:56 -05:00
suite-ffi.janet Add support for the AAPCS64 calling convention 2024-06-23 18:22:25 +02:00
suite-filewatch.janet Begin standardizing of event properties for filewatch. 2024-08-31 14:26:08 -05:00
suite-inttypes.janet Add syntax literals for signed and unsigned 64 bit integers. 2024-07-21 09:45:44 -05:00
suite-io.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-marsh.janet Add fixes for marshalling weak containers - Fix #1488 2024-08-22 19:37:41 -05:00
suite-math.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-os.janet Only raise IOCP error on readable, writable, or acceptable streams. 2024-08-06 07:08:16 -05:00
suite-parse.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-peg.janet Add rules for nth and only-tags. Address #1503 2024-09-12 17:23:34 -05:00
suite-pp.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-specials.janet Fix regression #1327 2023-11-14 19:52:22 -06:00
suite-string.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-strtod.janet Add test cases for div and mod 2023-06-30 19:48:45 +07:00
suite-struct.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-symcache.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-table.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-tuple.janet Add array/join and tuple/join 2024-08-10 15:16:28 -05:00
suite-unknown.janet add buffer/from-bytes 2023-08-18 12:35:12 +07:00
suite-value.janet Merge changes from bundle-tools branch: 2024-05-26 12:04:35 -05:00
suite-vm.janet Reorganize tests 2023-06-02 07:04:07 +09:00