Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bedney committed May 15, 2022
1 parent 60bd3ce commit fec0748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/tibet/uri/TP.URI_Tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function() {
var uri,
result;

uri = 'urn:tibet:foo'
uri = 'urn:tibet:foo';
result = TP.isURIString(uri);
test.assert.isTrue(result);
});
Expand All @@ -43,7 +43,7 @@ function() {
var uri,
result;

uri = 'tibet://some/long/path#and(fragment)'
uri = 'tibet://some/long/path#and(fragment)';
result = TP.isURIString(uri);
test.assert.isTrue(result);
});
Expand Down

0 comments on commit fec0748

Please sign in to comment.