.. |
__init__.krk
|
|
|
__init__.krk.expect
|
|
|
day1.in
|
|
|
day1.krk
|
|
|
day1.krk.expect
|
|
|
day2.in
|
|
|
day2.krk
|
|
|
day2.krk.expect
|
|
|
day3.in
|
|
|
day3.krk
|
|
|
day3.krk.expect
|
|
|
day4.in
|
|
|
day4.krk
|
|
|
day4.krk.expect
|
Make tables (dicts, methods/fields) ordered
|
2024-02-15 17:22:11 +09:00 |
day5.in
|
|
|
day5.krk
|
|
|
day5.krk.expect
|
|
|
day6.in
|
|
|
day6.krk
|
|
|
day6.krk.expect
|
|
|
day7.in
|
|
|
day7.krk
|
|
|
day7.krk.expect
|
|
|
day23.krk
|
|
|
day23.krk.expect
|
|
|
generateLongListTest.krk
|
|
|
generateLongListTest.krk.expect
|
|
|
test.krk
|
Clean up function, method repring
|
2022-08-06 12:20:04 +09:00 |
test.krk.expect
|
|
|
testAnnotations.krk
|
|
|
testAnnotations.krk.expect
|
Make tables (dicts, methods/fields) ordered
|
2024-02-15 17:22:11 +09:00 |
testArgsKwargs.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testArgsKwargs.krk.expect
|
Make tables (dicts, methods/fields) ordered
|
2024-02-15 17:22:11 +09:00 |
testArgumentExpansions.krk
|
|
|
testArgumentExpansions.krk.expect
|
Make tables (dicts, methods/fields) ordered
|
2024-02-15 17:22:11 +09:00 |
testArgv.krk
|
|
|
testArgv.krk.expect
|
|
|
testAssert.krk
|
|
|
testAssert.krk.expect
|
|
|
testAsyncAwait.krk
|
|
|
testAsyncAwait.krk.expect
|
|
|
testAttributePacking.krk
|
|
|
testAttributePacking.krk.expect
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testBadSelfAsMethodArg.krk
|
Support /,*,kws in function definitions
|
2022-09-29 21:46:10 +09:00 |
testBadSelfAsMethodArg.krk.expect
|
|
|
testBareFinally.krk
|
|
|
testBareFinally.krk.expect
|
|
|
testBigIntegers.krk
|
|
|
testBigIntegers.krk.expect
|
|
|
testBindNativeMethod.krk
|
|
|
testBindNativeMethod.krk.expect
|
|
|
testBoundMethodEdgecases.krk
|
Clean up function, method repring
|
2022-08-06 12:20:04 +09:00 |
testBoundMethodEdgecases.krk.expect
|
|
|
testBreakFinallys.krk
|
Properly run __exit__, finally on break or continue
|
2022-07-29 19:13:33 +09:00 |
testBreakFinallys.krk.expect
|
Properly run __exit__, finally on break or continue
|
2022-07-29 19:13:33 +09:00 |
testBreakWiths.krk
|
Properly run __exit__, finally on break or continue
|
2022-07-29 19:13:33 +09:00 |
testBreakWiths.krk.expect
|
Properly run __exit__, finally on break or continue
|
2022-07-29 19:13:33 +09:00 |
testChainedComparisonOperators.krk
|
|
|
testChainedComparisonOperators.krk.expect
|
|
|
testClassAnnotation.krk
|
|
|
testClassAnnotation.krk.expect
|
|
|
testClassDecorator.krk
|
|
|
testClassDecorator.krk.expect
|
|
|
testClassFields.krk
|
|
|
testClassFields.krk.expect
|
|
|
testClassMethod.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testClassMethod.krk.expect
|
|
|
testClassMethodAssignment.krk
|
Clean up function, method repring
|
2022-08-06 12:20:04 +09:00 |
testClassMethodAssignment.krk.expect
|
|
|
testClassMethodInherited.krk
|
|
|
testClassMethodInherited.krk.expect
|
|
|
testClassMethodSuper.krk
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testClassMethodSuper.krk.expect
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testCodecsModule.krk
|
Codecs revisited (#28)
|
2022-07-23 08:32:54 +09:00 |
testCodecsModule.krk.expect
|
Codecs revisited (#28)
|
2022-07-23 08:32:54 +09:00 |
testComparisonOperatorFallbacks.krk
|
|
|
testComparisonOperatorFallbacks.krk.expect
|
|
|
testComplexArgsNative.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testComplexArgsNative.krk.expect
|
|
|
testComplicatedGeneratorFunction.krk
|
|
|
testComplicatedGeneratorFunction.krk.expect
|
|
|
testConcatenatedStringTokens.krk
|
Fixup concatenating unalike string tokens in compiler
|
2022-07-10 17:44:06 +09:00 |
testConcatenatedStringTokens.krk.expect
|
Fixup concatenating unalike string tokens in compiler
|
2022-07-10 17:44:06 +09:00 |
testContextManagerEarlyReturn.krk
|
|
|
testContextManagerEarlyReturn.krk.expect
|
|
|
testContextManagerException.krk
|
|
|
testContextManagerException.krk.expect
|
|
|
testContextManagerRaisesInExit.krk
|
|
|
testContextManagerRaisesInExit.krk.expect
|
|
|
testDecoratedRecursiveFunction.krk
|
Bind local name for decorated function early so it can be closed
|
2023-12-12 20:21:42 +09:00 |
testDecoratedRecursiveFunction.krk.expect
|
Bind local name for decorated function early so it can be closed
|
2023-12-12 20:21:42 +09:00 |
testDecorators.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testDecorators.krk.expect
|
|
|
testDefaultArgs.krk
|
|
|
testDefaultArgs.krk.expect
|
|
|
testDel.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testDel.krk.expect
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testDeque.krk
|
|
|
testDeque.krk.expect
|
|
|
testDescriptor.krk
|
|
|
testDescriptor.krk.expect
|
|
|
testDictComprehension.krk
|
|
|
testDictComprehension.krk.expect
|
|
|
testEatWhitespace.krk
|
|
|
testEatWhitespace.krk.expect
|
|
|
testElseIf.krk
|
|
|
testElseIf.krk.expect
|
|
|
testElseWithNoExcept.krk
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testElseWithNoExcept.krk.expect
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testEmptyIndentedLine.krk
|
|
|
testEmptyIndentedLine.krk.expect
|
|
|
testEnumerate.krk
|
|
|
testEnumerate.krk.expect
|
|
|
testEqInvert.krk
|
|
|
testEqInvert.krk.expect
|
|
|
testExceptionContexts.krk
|
|
|
testExceptionContexts.krk.expect
|
|
|
testExceptionElseFinally.krk
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testExceptionElseFinally.krk.expect
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testExceptionOnExceptExpression.krk
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testExceptionOnExceptExpression.krk.expect
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testExceptionTracebacks.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testExceptionTracebacks.krk.expect
|
|
|
testExpressionUnderlining.krk
|
Add a test for expression underlining data
|
2024-01-07 17:51:50 +09:00 |
testExpressionUnderlining.krk.expect
|
Add a test for expression underlining data
|
2024-01-07 17:51:50 +09:00 |
testExtraneousBlanks.krk
|
|
|
testExtraneousBlanks.krk.expect
|
|
|
testFilter.krk
|
|
|
testFilter.krk.expect
|
|
|
testFilteredExceptions.krk
|
|
|
testFilteredExceptions.krk.expect
|
|
|
testFinally.krk
|
|
|
testFinally.krk.expect
|
|
|
testFloatFormatting.krk
|
Add some test cases for printing and parsing floats
|
2024-02-29 10:42:35 +09:00 |
testFloatFormatting.krk.expect
|
Add some test cases for printing and parsing floats
|
2024-02-29 10:42:35 +09:00 |
testForIf.krk
|
|
|
testForIf.krk.expect
|
|
|
testFormatSpecs.krk
|
|
|
testFormatSpecs.krk.expect
|
|
|
testFormatString.krk
|
|
|
testFormatString.krk.expect
|
|
|
testFStrings.krk
|
|
|
testFStrings.krk.expect
|
|
|
testFullOfTombstones.krk
|
|
|
testFullOfTombstones.krk.expect
|
|
|
testFunctionDocstring.krk
|
|
|
testFunctionDocstring.krk.expect
|
|
|
testGeneratorExpressions.krk
|
|
|
testGeneratorExpressions.krk.expect
|
|
|
testGeneratorFunctions.krk
|
|
|
testGeneratorFunctions.krk.expect
|
|
|
testGeneratorUpvalues.krk
|
Fix upvalue capture in generators
|
2022-07-24 15:54:36 +09:00 |
testGeneratorUpvalues.krk.expect
|
Fix upvalue capture in generators
|
2022-07-24 15:54:36 +09:00 |
testGetattrDir.krk
|
|
|
testGetattrDir.krk.expect
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testHash.krk
|
|
|
testHash.krk.expect
|
Make tables (dicts, methods/fields) ordered
|
2024-02-15 17:22:11 +09:00 |
testIamVeryConfused.krk
|
|
|
testIamVeryConfused.krk.expect
|
|
|
testImplicitObjectBase.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testImplicitObjectBase.krk.expect
|
initial support for __new__
|
2023-01-24 18:15:13 +09:00 |
testImportContext.krk
|
|
|
testImportContext.krk.expect
|
|
|
testInitSubclassHook.krk
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testInitSubclassHook.krk.expect
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testIntFloatCompare.krk
|
|
|
testIntFloatCompare.krk.expect
|
|
|
testIteratorUnpack.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testIteratorUnpack.krk.expect
|
|
|
testJsonModule.krk
|
|
|
testJsonModule.krk.expect
|
Make tables (dicts, methods/fields) ordered
|
2024-02-15 17:22:11 +09:00 |
testKeyboardInterrupt.krk
|
|
|
testKeyboardInterrupt.krk.expect
|
|
|
testKeywordArgs.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testKeywordArgs.krk.expect
|
|
|
testLambdaTakesStars.krk
|
|
|
testLambdaTakesStars.krk.expect
|
|
|
testLinesFromReadme.krk
|
|
|
testLinesFromReadme.krk.expect
|
|
|
testList.krk
|
|
|
testList.krk.expect
|
|
|
testListComprehensions.krk
|
|
|
testListComprehensions.krk.expect
|
|
|
testLongList.krk
|
|
|
testLongList.krk.expect
|
|
|
testLoopBreaks.krk
|
|
|
testLoopBreaks.krk.expect
|
|
|
testLoopElse.krk
|
|
|
testLoopElse.krk.expect
|
|
|
testLotsOfUpvalues.krk
|
|
|
testLotsOfUpvalues.krk.expect
|
|
|
testMap.krk
|
|
|
testMap.krk.expect
|
|
|
testModuleDocstring.krk
|
|
|
testModuleDocstring.krk.expect
|
|
|
testModuleName.krk
|
|
|
testModuleName.krk.expect
|
|
|
testMoreArgExpansions.krk
|
|
|
testMoreArgExpansions.krk.expect
|
|
|
testMultipleAssignments.krk
|
|
|
testMultipleAssignments.krk.expect
|
|
|
testMultipleExcept.krk
|
|
|
testMultipleExcept.krk.expect
|
|
|
testMultipleWith.krk
|
|
|
testMultipleWith.krk.expect
|
|
|
testNameMangling.krk
|
|
|
testNameMangling.krk.expect
|
|
|
testNestedChainedMultipleAssignment.krk
|
|
|
testNestedChainedMultipleAssignment.krk.expect
|
|
|
testNestedExceptionInFinally.krk
|
Handle case of a nested exception in a 'final'
|
2023-11-25 12:14:05 +09:00 |
testNestedExceptionInFinally.krk.expect
|
Handle case of a nested exception in a 'final'
|
2023-11-25 12:14:05 +09:00 |
testNestedTernary.krk
|
|
|
testNestedTernary.krk.expect
|
|
|
testNoise.krk
|
|
|
testNoise.krk.expect
|
|
|
testNoiseList.krk
|
|
|
testNoiseList.krk.expect
|
|
|
testNoiseTupleKeys.krk
|
|
|
testNoiseTupleKeys.krk.expect
|
|
|
testNonDataDescriptor.krk
|
Only descriptors with __set__ methods should be __get__'d preemptively
|
2023-01-26 20:33:40 +09:00 |
testNonDataDescriptor.krk.expect
|
Only descriptors with __set__ methods should be __get__'d preemptively
|
2023-01-26 20:33:40 +09:00 |
testNotPrecedence.krk
|
|
|
testNotPrecedence.krk.expect
|
|
|
testNumericInverse.krk
|
Add a test case for that
|
2023-02-09 10:48:37 +09:00 |
testNumericInverse.krk.expect
|
Add a test case for that
|
2023-02-09 10:48:37 +09:00 |
testOperatorOverrides.krk
|
|
|
testOperatorOverrides.krk.expect
|
|
|
testOperators.krk
|
|
|
testOperators.krk.expect
|
|
|
testOptionalAndCollected.krk
|
Fix bad argument collection with optional positionals
|
2022-07-11 10:03:00 +09:00 |
testOptionalAndCollected.krk.expect
|
Fix bad argument collection with optional positionals
|
2022-07-11 10:03:00 +09:00 |
testOptionsCompileTimeBuiltins.krk
|
|
|
testOptionsCompileTimeBuiltins.krk.expect
|
|
|
testPackageImports.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testPackageImports.krk.expect
|
|
|
testParseFloat.krk
|
Add some test cases for printing and parsing floats
|
2024-02-29 10:42:35 +09:00 |
testParseFloat.krk.expect
|
Add some test cases for printing and parsing floats
|
2024-02-29 10:42:35 +09:00 |
testPow.krk
|
Resolve long-standing left/right binding issue with '**'
|
2022-07-20 09:21:21 +09:00 |
testPow.krk.expect
|
Resolve long-standing left/right binding issue with '**'
|
2022-07-20 09:21:21 +09:00 |
testPythonFootgun.krk
|
|
|
testPythonFootgun.krk.expect
|
|
|
testQualname.krk
|
|
|
testQualname.krk.expect
|
|
|
testRacingThreads.krk
|
|
|
testRacingThreads.krk.expect
|
|
|
testReflectedBinaryOperators.krk
|
|
|
testReflectedBinaryOperators.krk.expect
|
|
|
testRelativeImport.krk
|
|
|
testRelativeImport.krk.expect
|
|
|
testReraisedExceptionTracebacks.krk
|
|
|
testReraisedExceptionTracebacks.krk.expect
|
|
|
testRuntimeException.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testRuntimeException.krk.expect
|
|
|
testSequenceCompare.krk
|
|
|
testSequenceCompare.krk.expect
|
|
|
testSetAttrClass.krk
|
|
|
testSetAttrClass.krk.expect
|
|
|
testSetLiterals.krk
|
|
|
testSetLiterals.krk.expect
|
|
|
testSetName.krk
|
|
|
testSetName.krk.expect
|
|
|
testShadowedDefaultArgument.krk
|
|
|
testShadowedDefaultArgument.krk.expect
|
|
|
testSimpleThreads.krk
|
|
|
testSimpleThreads.krk.expect
|
|
|
testSingularExpandedAssignment.krk
|
|
|
testSingularExpandedAssignment.krk.expect
|
|
|
testSlicers.krk
|
|
|
testSlicers.krk.expect
|
|
|
testSpecialDecorators.krk
|
|
|
testSpecialDecorators.krk.expect
|
|
|
testStringQuoteTypes.krk
|
|
|
testStringQuoteTypes.krk.expect
|
|
|
testStrings.krk
|
|
|
testStrings.krk.expect
|
|
|
testStrReprOrdering.krk
|
Clean up function, method repring
|
2022-08-06 12:20:04 +09:00 |
testStrReprOrdering.krk.expect
|
|
|
testSubclassCachedMethods.krk
|
|
|
testSubclassCachedMethods.krk.expect
|
|
|
testSubclassPropertySuperCall.krk
|
|
|
testSubclassPropertySuperCall.krk.expect
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
testSuperArguments.krk
|
|
|
testSuperArguments.krk.expect
|
|
|
testSyntaxHighlighter.krk
|
|
|
testSyntaxHighlighter.krk.expect
|
|
|
testTablesDelLen.krk
|
|
|
testTablesDelLen.krk.expect
|
|
|
testTabWidth.krk
|
|
|
testTabWidth.krk.expect
|
|
|
testTernary.krk
|
|
|
testTernary.krk.expect
|
|
|
testThreading.krk
|
|
|
testThreading.krk.expect
|
|
|
testTryElse.krk
|
Support 'else' block on 'try'
|
2022-07-29 19:33:31 +09:00 |
testTryElse.krk.expect
|
Support 'else' block on 'try'
|
2022-07-29 19:33:31 +09:00 |
testTryElseRaise.krk
|
Exceptions raised in 'else' should run 'finally' before raising, not run 'except'
|
2022-07-29 20:05:21 +09:00 |
testTryElseRaise.krk.expect
|
Exceptions raised in 'else' should run 'finally' before raising, not run 'except'
|
2022-07-29 20:05:21 +09:00 |
testTryExcept.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testTryExcept.krk.expect
|
|
|
testTupleComparisons.krk
|
|
|
testTupleComparisons.krk.expect
|
|
|
testTupleIter.krk
|
|
|
testTupleIter.krk.expect
|
|
|
testUnicodeIdentifiers.krk
|
|
|
testUnicodeIdentifiers.krk.expect
|
|
|
testUnicodeStrings.krk
|
|
|
testUnicodeStrings.krk.expect
|
|
|
testUnlockedInt.krk
|
|
|
testUnlockedInt.krk.expect
|
|
|
testUnpackIter.krk
|
Make tests not rely on 'exception' being an implicit name in 'except' blocks
|
2023-11-25 11:11:56 +09:00 |
testUnpackIter.krk.expect
|
|
|
testUpvalue.krk
|
|
|
testUpvalue.krk.expect
|
|
|
testUpvalueClosureOnEarlyReturnOrLoopExit.krk
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testUpvalueClosureOnEarlyReturnOrLoopExit.krk.expect
|
Fix up edge cases in exception handling
|
2023-11-24 18:32:16 +09:00 |
testWeirdIndentCase.krk
|
|
|
testWeirdIndentCase.krk.expect
|
|
|
testYieldFrom.krk
|
|
|
testYieldFrom.krk.expect
|
|
|
testYieldFromEventLoop.krk
|
|
|
testYieldFromEventLoop.krk.expect
|
|
|