diff options
-rw-r--r-- | packages/gitbook-markdown/test/fixtures/GLOSSARY.md | 3 | ||||
-rw-r--r-- | packages/gitbook-markdown/test/glossary.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/packages/gitbook-markdown/test/fixtures/GLOSSARY.md b/packages/gitbook-markdown/test/fixtures/GLOSSARY.md index 19142d8..98a4ac3 100644 --- a/packages/gitbook-markdown/test/fixtures/GLOSSARY.md +++ b/packages/gitbook-markdown/test/fixtures/GLOSSARY.md @@ -3,9 +3,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-markdown/test/glossary.js b/packages/gitbook-markdown/test/glossary.js index 3231020..588859a 100644 --- a/packages/gitbook-markdown/test/glossary.js +++ b/packages/gitbook-markdown/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() { |