diff options
Diffstat (limited to 'packages/gitbook-asciidoc/test')
-rwxr-xr-x | packages/gitbook-asciidoc/test/fixtures/GLOSSARY.adoc | 3 | ||||
-rwxr-xr-x | packages/gitbook-asciidoc/test/glossary.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/packages/gitbook-asciidoc/test/fixtures/GLOSSARY.adoc b/packages/gitbook-asciidoc/test/fixtures/GLOSSARY.adoc index 75be225..8c6761d 100755 --- a/packages/gitbook-asciidoc/test/fixtures/GLOSSARY.adoc +++ b/packages/gitbook-asciidoc/test/fixtures/GLOSSARY.adoc @@ -5,9 +5,6 @@ Sufficiently advanced technology, beyond the understanding of the observer produ Hello, I am random noise in the middle of this beautiful Glossary. (Really astonishing !) -== PHP -An atrocious language, invented for the sole purpose of inflicting pain and suffering amongst the proframming wizards of this world. - == Clojure Lisp re-invented for hipsters. diff --git a/packages/gitbook-asciidoc/test/glossary.js b/packages/gitbook-asciidoc/test/glossary.js index abef367..f94d046 100755 --- a/packages/gitbook-asciidoc/test/glossary.js +++ b/packages/gitbook-asciidoc/test/glossary.js @@ -13,7 +13,7 @@ describe('Glossary parsing', function () { }); it('should only get heading + paragraph pairs', function() { - assert.equal(LEXED.length, 5); + assert.equal(LEXED.length, 4); }); it('should output simple name/description objects', function() { |