Skip to content

Commit

Permalink
fixed error.html test
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Mar 25, 2013
1 parent 7c6aa30 commit adf4474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/compiler/exceptions/error.html
Expand Up @@ -123,7 +123,7 @@
</head> </head>
<body> <body>
<h1>Jade Compiler Exception</h1> <h1>Jade Compiler Exception</h1>
<p id="detail">unable to evaluate [non.existing.query()] - JexlException de.neuland.jade4j.expression.ExpressionHandler.evaluateExpression@29![13,20]: 'non.existing.query();' attempting to call method on null</p> <p id="detail">unable to evaluate [non.existing.query()] - JexlException de.neuland.jade4j.expression.ExpressionHandler.evaluateExpression@28![13,20]: 'non.existing.query();' attempting to call method on null</p>
<h2>In ../compiler/exceptions/error.jade at line 9.</h2> <h2>In ../compiler/exceptions/error.jade at line 9.</h2>
<div> <div>
<pre><span class="line">5</span><span class="code"> body {</span></pre> <pre><span class="line">5</span><span class="code"> body {</span></pre>
Expand Down

0 comments on commit adf4474

Please sign in to comment.