Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Fix test based on updated fixture code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Mar 31, 2017
1 parent 75171b9 commit 3459f19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/analyzer_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,11 @@ suite('Analyzer', () => {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<link rel="import" href="subfolder/in-folder.html">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<link rel="lazy-import" href="lazy.html">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`);

});

test('analyzes inline scripts correctly', async() => {
Expand Down

0 comments on commit 3459f19

Please sign in to comment.