kuroko/test
2021-01-04 21:50:20 +09:00
..
bindNativeMethod.krk switch some type conversions to bound methods 2020-12-29 16:40:42 +09:00
bindNativeMethod.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day1.in More test files 2021-01-04 19:07:46 +09:00
day1.krk More test files 2021-01-04 19:07:46 +09:00
day1.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day2.in Add string iterators 2021-01-04 19:34:56 +09:00
day2.krk Add string iterators 2021-01-04 19:34:56 +09:00
day2.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day3.in More test scripts 2021-01-04 19:59:11 +09:00
day3.krk More test scripts 2021-01-04 19:59:11 +09:00
day3.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day4.in More test scripts 2021-01-04 19:59:11 +09:00
day4.krk More test scripts 2021-01-04 19:59:11 +09:00
day4.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day5.in this is now a late AOC2020 repo 2021-01-04 20:10:39 +09:00
day5.krk this is now a late AOC2020 repo 2021-01-04 20:10:39 +09:00
day5.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day6.in more AOC test cases 2021-01-04 20:27:32 +09:00
day6.krk more AOC test cases 2021-01-04 20:27:32 +09:00
day6.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day23.krk bite the bullet and rename length() to __len__() 2020-12-30 15:50:26 +09:00
day23.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
generateLongListTest.krk actually use OP_CALL_LONG 2021-01-02 12:52:12 +09:00
generateLongListTest.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
test.krk Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
test.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testArgsKwargs.krk Support * and ** in function signatures for collections of additional arguments and keyword args 2021-01-03 16:02:50 +09:00
testArgsKwargs.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testArgumentExpansions.krk Add argument expansions... 2021-01-03 18:13:17 +09:00
testArgumentExpansions.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testDecorators.krk Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testDecorators.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testDefaultArgs.krk Add default argument values. 2021-01-03 12:32:04 +09:00
testDefaultArgs.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testEatWhitespace.krk Fix missing comma in test case for whitespace eating 2021-01-04 21:23:55 +09:00
testEatWhitespace.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testElseIf.krk Fix some test cases for expect testing 2021-01-04 21:44:16 +09:00
testElseIf.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testExtraneousBlanks.krk More test scripts 2021-01-04 19:59:11 +09:00
testExtraneousBlanks.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testHash.krk lots of fixups so we can create dicts from the vm 2020-12-28 20:38:26 +09:00
testHash.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testKeywordArgs.krk Basic support for keyword arguments when calling functions. 2021-01-03 12:09:41 +09:00
testKeywordArgs.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testLinesFromReadme.krk More test files 2021-01-04 19:07:46 +09:00
testLinesFromReadme.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testList.krk lots of fixups so we can create dicts from the vm 2020-12-28 20:38:26 +09:00
testList.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testListComprehensions.krk Redefine list comprehension and add infix in 2021-01-02 19:46:21 +09:00
testListComprehensions.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testLongList.krk actually use OP_CALL_LONG 2021-01-02 12:52:12 +09:00
testLongList.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testLoopBreaks.krk Add continue/break statements 2020-12-31 16:59:51 +09:00
testLoopBreaks.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testPythonFootgun.krk Demonstrate how Python's default args behavior can be emulated 2021-01-04 10:02:44 +09:00
testPythonFootgun.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testRuntimeException.krk Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testRuntimeException.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testStringQuoteTypes.krk Ditch character literals and add single, triple strings 2021-01-03 14:09:45 +09:00
testStringQuoteTypes.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testStrings.krk escape sequences in strings 2020-12-29 16:26:00 +09:00
testStrings.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testTryExcept.krk Fix some test cases for expect testing 2021-01-04 21:44:16 +09:00
testTryExcept.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00