Skip to content

Commit 690614c

Browse files
committed
fix a test
1 parent d3e4237 commit 690614c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/templates/_source_code.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#hasSourceCode}}
22
<section class="summary source-code" id="source">
33
<h2><span>Source</span> {{{crossdartHtmlTag}}}</h2>
4-
<pre class="prettyprint lang-dart">{{{ sourceCode }}}</pre>
4+
<pre class="prettyprint language-dart">{{{ sourceCode }}}</pre>
55
</section>{{/hasSourceCode}}

test/model_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ void main() {
401401
test('no references', () {
402402
expect(
403403
Apple.documentationAsHtml,
404-
'<p>Sample class <code>String</code></p><pre class="prettyprint lang-dart"> A\n'
404+
'<p>Sample class <code>String</code></p><pre class="prettyprint language-dart"> A\n'
405405
' B\n'
406406
'</pre>');
407407
});

0 commit comments

Comments
 (0)