Skip to content

Instantly share code, notes, and snippets.

@adammck
Created March 16, 2014 22:22
Show Gist options
  • Save adammck/9590707 to your computer and use it in GitHub Desktop.
Save adammck/9590707 to your computer and use it in GitHub Desktop.
--- FAIL: TestInterpolationAmpersand (0.00 seconds)
mustache_test.go:375: returned "These characters should not be HTML escaped: \n",
expected "These characters should not be HTML escaped: & \" < >\n"
--- FAIL: TestInterpolationAmpersandIntegerInterpolation (0.00 seconds)
mustache_test.go:411: returned "\" miles an hour!\"",
expected "\"85 miles an hour!\""
--- FAIL: TestInterpolationAmpersandDecimalInterpolation (0.00 seconds)
mustache_test.go:447: returned "\" jiggawatts!\"",
expected "\"1.21 jiggawatts!\""
--- FAIL: TestInterpolationDottedNamesBasicInterpolation (0.00 seconds)
mustache_test.go:492: returned "\"\" == \"Joe\"",
expected "\"Joe\" == \"Joe\""
--- FAIL: TestInterpolationDottedNamesTripleMustacheInterpolation (0.00 seconds)
mustache_test.go:504: returned "\"\" == \"Joe\"",
expected "\"Joe\" == \"Joe\""
--- FAIL: TestInterpolationDottedNamesAmpersandInterpolation (0.00 seconds)
mustache_test.go:516: returned "\"\" == \"\"",
expected "\"Joe\" == \"Joe\""
--- FAIL: TestInterpolationDottedNamesArbitraryDepth (0.00 seconds)
mustache_test.go:528: returned "\"\" == \"Phil\"",
expected "\"Phil\" == \"Phil\""
--- FAIL: TestInterpolationDottedNamesInitialResolution (0.00 seconds)
mustache_test.go:564: returned "\"\" == \"Phil\"",
expected "\"Phil\" == \"Phil\""
--- FAIL: TestInterpolationAmpersandSurroundingWhitespace (0.00 seconds)
mustache_test.go:600: returned "| |",
expected "| --- |"
--- FAIL: TestInterpolationAmpersandStandalone (0.00 seconds)
mustache_test.go:636: returned " \n",
expected " ---\n"
--- FAIL: TestInterpolationTripleMustacheWithPadding (0.00 seconds)
mustache_test.go:660: returned "||",
expected "|---|"
--- FAIL: TestInterpolationAmpersandWithPadding (0.00 seconds)
mustache_test.go:672: returned "||",
expected "|---|"
--- FAIL: TestInvertedDottedNamesTruthy (0.00 seconds)
mustache_test.go:796: returned "\"Not Here\" == \"\"",
expected "\"\" == \"\""
--- FAIL: TestPartialsFailedLookup (0.00 seconds)
mustache_test.go:958: returned "Could not find partial \"text\"",
expected "\"\""
--- FAIL: TestSectionsDottedNamesTruthy (0.00 seconds)
mustache_test.go:1261: returned "\"\" == \"Here\"",
expected "\"Here\" == \"Here\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment