tag:include

This commit is contained in:
harttle
2016-06-24 02:44:20 +08:00
parent 21bde3cb6d
commit 8fbbec089f
24 changed files with 226 additions and 52 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ var chai = require("chai");
var should = chai.should();
var expect = chai.expect;
var tokenizer = require('../tokenizer.js');
var tokenizer = require('../src/tokenizer.js');
describe('tokenizer', function() {
it('should handle plain HTML', function() {