Skip to content

Test Report

Test Report #9

GitHub Actions / Maven Surefire Tests failed Nov 18, 2023 in 1s

Maven Surefire Tests ❌

Tests failed

Report Passed Failed Skipped Time
TEST-com.samskivert.mustache.MustacheTest.xml 120✅ 4❌ 319ms
TEST-com.samskivert.mustache.specs.SpecTest.xml 128✅ 270ms

❌ TEST-com.samskivert.mustache.MustacheTest.xml

124 tests were completed in 319ms with 120 passed, 4 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.samskivert.mustache.MustacheTest 120✅ 4❌ 319ms

❌ com.samskivert.mustache.MustacheTest

✅ testMethodVariable
✅ testPropertyVariable
✅ testCallSiteReuse
✅ testBooleanPropertyVariable
✅ testPrimitiveBooleanPropertyVariable
✅ testNullComponentInCompoundVariable
✅ testNullComponentInCompoundVariableWithDefault
✅ testCustomContext
✅ testCallSiteChange
✅ testContextPokingLambda
✅ testSectionWithFalseyZero
✅ testCustomFormatter
✅ testFieldVariable
✅ testOptionalSupportingCollector
✅ testDefaultMethodVariable
✅ testCharSequenceVariable
✅ testMapEntriesPlusReflectSection
✅ testCompoundVariableAsPlain
✅ testSkipVoidReturn
✅ testShadowedContextWithNull
✅ testMissingComponentInCompoundVariable
✅ testNoAccesCoercion
✅ testCompoundVariable
✅ testSectionWithNonFalseyZero
✅ testMissingComponentInCompoundVariableWithDefault
✅ testNotFirst
✅ testPartialIndentWithBlock
✅ testStrayTagCharacters
✅ testNullValueGetsDefault
✅ testArrayItemSection
✅ testLambdaWithContext
✅ testNewlineSkippingDelimsTag
✅ testStandardsModeWithNullValuesInLoop
✅ testNestedThis
✅ testStandardsModeWithDotValue
✅ testNestedNullThis
✅ testPartialPlusNestedContext
✅ testNullSection
✅ testSimpleVariable
✅ testUnescapeHTML
✅ testPartialIndent
✅ testFirst
✅ testIndex
✅ testVisit
✅ testPartial
❌ testNestedPartialBlankLinesCRLF
	org.junit.ComparisonFailure: expected:<...	1\r\n		2\r\n		a\r\n[\r\n		b\r\n		2\r\n	]1\r\n/\r\n> but was:<...	1\r\n		2\r\n		a\r\n[		\r\n		b\r\n		2\r\n]1\r\n/\r\n>
✅ testLast
✅ testDelimiterChange
✅ testMissingStrictSection
✅ testLambdaFragExecTemplate
✅ testEmptyIteratorSection
✅ testStandardsModeWithNullValuesInInverseLoop
✅ testEscapeHTML
✅ testPartialUseWhenUnconfigured
✅ testMissingValueWithDefault
✅ testPartialIndentWithBlockAtStart
✅ testNewlineSkipping
✅ testListItemSection
✅ testNestedListSection
✅ testSectionWithNonFalseyEmptyString
✅ testNewlineSkippingCRLF
✅ testOneShotSection
✅ testLambda1
✅ testLambda2
✅ testEmptyArraySection
✅ testPrimitiveArrayVariable
✅ testNoTrimNewlineFromNestedTagAt0
✅ testListIndexSection
✅ testMapEntriesSection
✅ testLineReporting
✅ testNestedContexts
✅ testPrimitiveArrayIndexOutOfBoundsVariable
✅ testMissingValue
✅ testPartialIndentWithVariableAtTheStart
✅ testTrimBlank
✅ testRecursivePartial
✅ testInvalidTripleMustache
✅ testUserDefinedEscaping
✅ testMissingNonStrictSection
✅ testMissingValueWithDefaultSubstitution
✅ testArrayIndexOutOfBoundsSection
❌ testNestedPartialIndent
	org.junit.ComparisonFailure: expected:<...n  2\n  <\n->\n  2\n[ ]1\n|\n> but was:<...n  2\n  <\n->\n  2\n[]1\n|\n>
✅ testDanglingTag
✅ testComment
✅ testMissingValueWithDefaultSubstitution2
✅ testMissingValueWithDefaultSubstitution3
✅ testPartialIndentWithInlineBlock
✅ testInvertibleLambda
✅ testMissingStrictSectionDefaultValue
✅ testListIndexOutOfBoundsSection
✅ testNonStandardDefaultDelims
✅ testFirstLast
✅ testIteratorSection
✅ testFalseSection
✅ testTopLevelThis
✅ testCompilingDoesntChangeCompilersDelimiters
✅ testSectionWithFalseyEmptyString
✅ testIteratorItemSection
✅ testShadowedContext
✅ testIteratorIndexOutOfBoundsSection
✅ testLambdaDecompile
✅ testIteratorIndexSection
✅ testInvalidUnescapeHTML
✅ testPrimitiveArrayIndexVariable
✅ testInverseFirstLastCombo
✅ testNewlineNonSkipping
✅ testPartialIndentInBlock
✅ testMissingValueWithDefaultNonEmptyString
✅ testMissingValueWithNullDefault
✅ testStandardsModeWithNoParentContextSearching
✅ testArraySection
✅ testMissingStrictSectionNullValue
✅ testCommentWithFunnyChars
✅ testListSection
✅ testPartialDelimiterMatch
✅ testVisitNested
✅ testNotLast
✅ testNestedIndex
❌ testNestedPartialBlankLines
	org.junit.ComparisonFailure: expected:<\\n	1\n		2\n		a\n[\n		b\n		2\n	]1\n/\n> but was:<\\n	1\n		2\n		a\n[		\n		b\n		2\n]1\n/\n>
✅ testArrayIndexSection
✅ testNullValueGetsNullDefault
✅ testEmptyListSection
✅ testFirstLastCombo
❌ testPartialBlankLines
	org.junit.ComparisonFailure: expected:<\\n	|\n	a\n[]\n	b\n	|\n/\n> but was:<\\n	|\n	a\n[	]\n	b\n	|\n/\n>

✅ TEST-com.samskivert.mustache.specs.SpecTest.xml

128 tests were completed in 270ms with 128 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.samskivert.mustache.specs.SpecTest 128✅ 270ms

✅ com.samskivert.mustache.specs.SpecTest

✅ test[comments-Inline-0]
✅ test[comments-Multiline-1]
✅ test[comments-Standalone-2]
✅ test[comments-Indented Standalone-3]
✅ test[comments-Standalone Line Endings-4]
✅ test[comments-Standalone Without Previous Line-5]
✅ test[comments-Standalone Without Newline-6]
✅ test[comments-Multiline Standalone-7]
✅ test[comments-Indented Multiline Standalone-8]
✅ test[comments-Indented Inline-9]
✅ test[comments-Surrounding Whitespace-10]
✅ test[comments-Variable Name Collision-11]
✅ test[delimiters-Pair Behavior-12]
✅ test[delimiters-Special Characters-13]
✅ test[delimiters-Sections-14]
✅ test[delimiters-Inverted Sections-15]
✅ test[delimiters-Partial Inheritence-16]
✅ test[delimiters-Post-Partial Behavior-17]
✅ test[delimiters-Surrounding Whitespace-18]
✅ test[delimiters-Outlying Whitespace (Inline)-19]
✅ test[delimiters-Standalone Tag-20]
✅ test[delimiters-Indented Standalone Tag-21]
✅ test[delimiters-Standalone Line Endings-22]
✅ test[delimiters-Standalone Without Previous Line-23]
✅ test[delimiters-Standalone Without Newline-24]
✅ test[delimiters-Pair with Padding-25]
✅ test[interpolation-No Interpolation-26]
✅ test[interpolation-Basic Interpolation-27]
✅ test[interpolation-HTML Escaping-28]
✅ test[interpolation-Triple Mustache-29]
✅ test[interpolation-Ampersand-30]
✅ test[interpolation-Basic Integer Interpolation-31]
✅ test[interpolation-Triple Mustache Integer Interpolation-32]
✅ test[interpolation-Ampersand Integer Interpolation-33]
✅ test[interpolation-Basic Decimal Interpolation-34]
✅ test[interpolation-Triple Mustache Decimal Interpolation-35]
✅ test[interpolation-Ampersand Decimal Interpolation-36]
✅ test[interpolation-Basic Null Interpolation-37]
✅ test[interpolation-Triple Mustache Null Interpolation-38]
✅ test[interpolation-Ampersand Null Interpolation-39]
✅ test[interpolation-Basic Context Miss Interpolation-40]
✅ test[interpolation-Triple Mustache Context Miss Interpolation-41]
✅ test[interpolation-Ampersand Context Miss Interpolation-42]
✅ test[interpolation-Dotted Names - Basic Interpolation-43]
✅ test[interpolation-Dotted Names - Triple Mustache Interpolation-44]
✅ test[interpolation-Dotted Names - Ampersand Interpolation-45]
✅ test[interpolation-Dotted Names - Arbitrary Depth-46]
✅ test[interpolation-Dotted Names - Broken Chains-47]
✅ test[interpolation-Dotted Names - Broken Chain Resolution-48]
✅ test[interpolation-Dotted Names - Initial Resolution-49]
✅ test[interpolation-Dotted Names - Context Precedence-50]
✅ test[interpolation-Implicit Iterators - Basic Interpolation-51]
✅ test[interpolation-Implicit Iterators - HTML Escaping-52]
✅ test[interpolation-Implicit Iterators - Triple Mustache-53]
✅ test[interpolation-Implicit Iterators - Ampersand-54]
✅ test[interpolation-Implicit Iterators - Basic Integer Interpolation-55]
✅ test[interpolation-Interpolation - Surrounding Whitespace-56]
✅ test[interpolation-Triple Mustache - Surrounding Whitespace-57]
✅ test[interpolation-Ampersand - Surrounding Whitespace-58]
✅ test[interpolation-Interpolation - Standalone-59]
✅ test[interpolation-Triple Mustache - Standalone-60]
✅ test[interpolation-Ampersand - Standalone-61]
✅ test[interpolation-Interpolation With Padding-62]
✅ test[interpolation-Triple Mustache With Padding-63]
✅ test[interpolation-Ampersand With Padding-64]
✅ test[inverted-Falsey-65]
✅ test[inverted-Truthy-66]
✅ test[inverted-Null is falsey-67]
✅ test[inverted-Context-68]
✅ test[inverted-List-69]
✅ test[inverted-Empty List-70]
✅ test[inverted-Doubled-71]
✅ test[inverted-Nested (Falsey)-72]
✅ test[inverted-Nested (Truthy)-73]
✅ test[inverted-Context Misses-74]
✅ test[inverted-Dotted Names - Truthy-75]
✅ test[inverted-Dotted Names - Falsey-76]
✅ test[inverted-Dotted Names - Broken Chains-77]
✅ test[inverted-Surrounding Whitespace-78]
✅ test[inverted-Internal Whitespace-79]
✅ test[inverted-Indented Inline Sections-80]
✅ test[inverted-Standalone Lines-81]
✅ test[inverted-Standalone Indented Lines-82]
✅ test[inverted-Standalone Line Endings-83]
✅ test[inverted-Standalone Without Previous Line-84]
✅ test[inverted-Standalone Without Newline-85]
✅ test[inverted-Padding-86]
✅ test[sections-Truthy-87]
✅ test[sections-Falsey-88]
✅ test[sections-Null is falsey-89]
✅ test[sections-Context-90]
✅ test[sections-Parent contexts-91]
✅ test[sections-Variable test-92]
✅ test[sections-List Contexts-93]
✅ test[sections-Deeply Nested Contexts-94]
✅ test[sections-List-95]
✅ test[sections-Empty List-96]
✅ test[sections-Doubled-97]
✅ test[sections-Nested (Truthy)-98]
✅ test[sections-Nested (Falsey)-99]
✅ test[sections-Context Misses-100]
✅ test[sections-Implicit Iterator - String-101]
✅ test[sections-Implicit Iterator - Integer-102]
✅ test[sections-Implicit Iterator - Decimal-103]
✅ test[sections-Implicit Iterator - Array-104]
✅ test[sections-Dotted Names - Truthy-105]
✅ test[sections-Dotted Names - Falsey-106]
✅ test[sections-Dotted Names - Broken Chains-107]
✅ test[sections-Surrounding Whitespace-108]
✅ test[sections-Internal Whitespace-109]
✅ test[sections-Indented Inline Sections-110]
✅ test[sections-Standalone Lines-111]
✅ test[sections-Indented Standalone Lines-112]
✅ test[sections-Standalone Line Endings-113]
✅ test[sections-Standalone Without Previous Line-114]
✅ test[sections-Standalone Without Newline-115]
✅ test[sections-Padding-116]
✅ test[partials-Basic Behavior-117]
✅ test[partials-Failed Lookup-118]
✅ test[partials-Context-119]
✅ test[partials-Recursion-120]
✅ test[partials-Surrounding Whitespace-121]
✅ test[partials-Inline Indentation-122]
✅ test[partials-Standalone Line Endings-123]
✅ test[partials-Standalone Without Previous Line-124]
✅ test[partials-Standalone Without Newline-125]
✅ test[partials-Standalone Indentation-126]
✅ test[partials-Padding Whitespace-127]

Annotations

Check failure on line 0 in TEST-com.samskivert.mustache.MustacheTest.xml

See this annotation in the file changed.

@github-actions github-actions / Maven Surefire Tests

com.samskivert.mustache.MustacheTest ► testNestedPartialBlankLinesCRLF

Failed test found in:
  TEST-com.samskivert.mustache.MustacheTest.xml
Error:
  org.junit.ComparisonFailure: expected:<...	1\r\n		2\r\n		a\r\n[\r\n		b\r\n		2\r\n	]1\r\n/\r\n> but was:<...	1\r\n		2\r\n		a\r\n[		\r\n		b\r\n		2\r\n]1\r\n/\r\n>
Raw output
org.junit.ComparisonFailure: expected:<...	1\r\n		2\r\n		a\r\n[\r\n		b\r\n		2\r\n	]1\r\n/\r\n> but was:<...	1\r\n		2\r\n		a\r\n[		\r\n		b\r\n		2\r\n]1\r\n/\r\n>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at [email protected]/com.samskivert.mustache.SharedTests.check(SharedTests.java:834)
	at [email protected]/com.samskivert.mustache.SharedTests.test(SharedTests.java:830)
	at [email protected]/com.samskivert.mustache.SharedTests.testNestedPartialBlankLinesCRLF(SharedTests.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in TEST-com.samskivert.mustache.MustacheTest.xml

See this annotation in the file changed.

@github-actions github-actions / Maven Surefire Tests

com.samskivert.mustache.MustacheTest ► testNestedPartialIndent

Failed test found in:
  TEST-com.samskivert.mustache.MustacheTest.xml
Error:
  org.junit.ComparisonFailure: expected:<...n  2\n  <\n->\n  2\n[ ]1\n|\n> but was:<...n  2\n  <\n->\n  2\n[]1\n|\n>
Raw output
org.junit.ComparisonFailure: expected:<...n  2\n  <\n->\n  2\n[ ]1\n|\n> but was:<...n  2\n  <\n->\n  2\n[]1\n|\n>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at [email protected]/com.samskivert.mustache.SharedTests.check(SharedTests.java:834)
	at [email protected]/com.samskivert.mustache.SharedTests.test(SharedTests.java:830)
	at [email protected]/com.samskivert.mustache.SharedTests.testNestedPartialIndent(SharedTests.java:267)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in TEST-com.samskivert.mustache.MustacheTest.xml

See this annotation in the file changed.

@github-actions github-actions / Maven Surefire Tests

com.samskivert.mustache.MustacheTest ► testNestedPartialBlankLines

Failed test found in:
  TEST-com.samskivert.mustache.MustacheTest.xml
Error:
  org.junit.ComparisonFailure: expected:<\\n	1\n		2\n		a\n[\n		b\n		2\n	]1\n/\n> but was:<\\n	1\n		2\n		a\n[		\n		b\n		2\n]1\n/\n>
Raw output
org.junit.ComparisonFailure: expected:<\\n	1\n		2\n		a\n[\n		b\n		2\n	]1\n/\n> but was:<\\n	1\n		2\n		a\n[		\n		b\n		2\n]1\n/\n>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at [email protected]/com.samskivert.mustache.SharedTests.check(SharedTests.java:834)
	at [email protected]/com.samskivert.mustache.SharedTests.test(SharedTests.java:830)
	at [email protected]/com.samskivert.mustache.SharedTests.testNestedPartialBlankLines(SharedTests.java:243)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check failure on line 0 in TEST-com.samskivert.mustache.MustacheTest.xml

See this annotation in the file changed.

@github-actions github-actions / Maven Surefire Tests

com.samskivert.mustache.MustacheTest ► testPartialBlankLines

Failed test found in:
  TEST-com.samskivert.mustache.MustacheTest.xml
Error:
  org.junit.ComparisonFailure: expected:<\\n	|\n	a\n[]\n	b\n	|\n/\n> but was:<\\n	|\n	a\n[	]\n	b\n	|\n/\n>
Raw output
org.junit.ComparisonFailure: expected:<\\n	|\n	a\n[]\n	b\n	|\n/\n> but was:<\\n	|\n	a\n[	]\n	b\n	|\n/\n>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at [email protected]/com.samskivert.mustache.SharedTests.check(SharedTests.java:834)
	at [email protected]/com.samskivert.mustache.SharedTests.test(SharedTests.java:830)
	at [email protected]/com.samskivert.mustache.SharedTests.testPartialBlankLines(SharedTests.java:235)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)