kuroko/test
2023-12-12 20:21:42 +09:00
..
__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
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
test.krk.expect
testAnnotations.krk
testAnnotations.krk.expect
testArgsKwargs.krk
testArgsKwargs.krk.expect
testArgumentExpansions.krk
testArgumentExpansions.krk.expect
testArgv.krk
testArgv.krk.expect
testAssert.krk
testAssert.krk.expect
testAsyncAwait.krk
testAsyncAwait.krk.expect
testAttributePacking.krk
testAttributePacking.krk.expect
testBadSelfAsMethodArg.krk
testBadSelfAsMethodArg.krk.expect
testBareFinally.krk
testBareFinally.krk.expect
testBigIntegers.krk
testBigIntegers.krk.expect
testBindNativeMethod.krk
testBindNativeMethod.krk.expect
testBoundMethodEdgecases.krk
testBoundMethodEdgecases.krk.expect
testBreakFinallys.krk
testBreakFinallys.krk.expect
testBreakWiths.krk
testBreakWiths.krk.expect
testChainedComparisonOperators.krk
testChainedComparisonOperators.krk.expect
testClassAnnotation.krk
testClassAnnotation.krk.expect
testClassDecorator.krk
testClassDecorator.krk.expect
testClassFields.krk
testClassFields.krk.expect
testClassMethod.krk
testClassMethod.krk.expect
testClassMethodAssignment.krk
testClassMethodAssignment.krk.expect
testClassMethodInherited.krk
testClassMethodInherited.krk.expect
testClassMethodSuper.krk
testClassMethodSuper.krk.expect
testCodecsModule.krk
testCodecsModule.krk.expect
testComparisonOperatorFallbacks.krk
testComparisonOperatorFallbacks.krk.expect
testComplexArgsNative.krk
testComplexArgsNative.krk.expect
testComplicatedGeneratorFunction.krk
testComplicatedGeneratorFunction.krk.expect
testConcatenatedStringTokens.krk
testConcatenatedStringTokens.krk.expect
testContextManagerEarlyReturn.krk
testContextManagerEarlyReturn.krk.expect
testContextManagerException.krk
testContextManagerException.krk.expect
testContextManagerRaisesInExit.krk
testContextManagerRaisesInExit.krk.expect
testDecoratedRecursiveFunction.krk
testDecoratedRecursiveFunction.krk.expect
testDecorators.krk
testDecorators.krk.expect
testDefaultArgs.krk
testDefaultArgs.krk.expect
testDel.krk
testDel.krk.expect
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
testElseWithNoExcept.krk.expect
testEmptyIndentedLine.krk
testEmptyIndentedLine.krk.expect
testEnumerate.krk
testEnumerate.krk.expect
testEqInvert.krk
testEqInvert.krk.expect
testExceptionContexts.krk
testExceptionContexts.krk.expect
testExceptionElseFinally.krk
testExceptionElseFinally.krk.expect
testExceptionOnExceptExpression.krk
testExceptionOnExceptExpression.krk.expect
testExceptionTracebacks.krk
testExceptionTracebacks.krk.expect
testExtraneousBlanks.krk
testExtraneousBlanks.krk.expect
testFilter.krk
testFilter.krk.expect
testFilteredExceptions.krk
testFilteredExceptions.krk.expect
testFinally.krk
testFinally.krk.expect
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
testGeneratorUpvalues.krk.expect
testGetattrDir.krk
testGetattrDir.krk.expect
testHash.krk
testHash.krk.expect
testIamVeryConfused.krk
testIamVeryConfused.krk.expect
testImplicitObjectBase.krk
testImplicitObjectBase.krk.expect
testImportContext.krk
testImportContext.krk.expect
testInitSubclassHook.krk
testInitSubclassHook.krk.expect
testIntFloatCompare.krk
testIntFloatCompare.krk.expect
testIteratorUnpack.krk
testIteratorUnpack.krk.expect
testJsonModule.krk
testJsonModule.krk.expect
testKeyboardInterrupt.krk
testKeyboardInterrupt.krk.expect
testKeywordArgs.krk
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
testNestedExceptionInFinally.krk.expect
testNestedTernary.krk
testNestedTernary.krk.expect
testNoise.krk
testNoise.krk.expect
testNoiseList.krk
testNoiseList.krk.expect
testNoiseTupleKeys.krk
testNoiseTupleKeys.krk.expect
testNonDataDescriptor.krk
testNonDataDescriptor.krk.expect
testNotPrecedence.krk
testNotPrecedence.krk.expect
testNumericInverse.krk
testNumericInverse.krk.expect
testOperatorOverrides.krk
testOperatorOverrides.krk.expect
testOperators.krk
testOperators.krk.expect
testOptionalAndCollected.krk
testOptionalAndCollected.krk.expect
testOptionsCompileTimeBuiltins.krk
testOptionsCompileTimeBuiltins.krk.expect
testPackageImports.krk
testPackageImports.krk.expect
testPow.krk
testPow.krk.expect
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
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
testStrReprOrdering.krk.expect
testSubclassCachedMethods.krk
testSubclassCachedMethods.krk.expect
testSubclassPropertySuperCall.krk
testSubclassPropertySuperCall.krk.expect
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
testTryElse.krk.expect
testTryElseRaise.krk
testTryElseRaise.krk.expect
testTryExcept.krk
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
testUnpackIter.krk.expect
testUpvalue.krk
testUpvalue.krk.expect
testUpvalueClosureOnEarlyReturnOrLoopExit.krk
testUpvalueClosureOnEarlyReturnOrLoopExit.krk.expect
testWeirdIndentCase.krk
testWeirdIndentCase.krk.expect
testYieldFrom.krk
testYieldFrom.krk.expect
testYieldFromEventLoop.krk
testYieldFromEventLoop.krk.expect