diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-28 14:18:41 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 15:00:53 +0100 |
commit | e2725296d3a044acc50f324ee399197a155027c7 (patch) | |
tree | dd9c1c7bfb49074cc2c3661ef7a6a121edf96d31 /packages/gitbook-markdown/test | |
parent | c49acce2ab46d219c0d6330258209415c9e242a6 (diff) | |
download | gitbook-e2725296d3a044acc50f324ee399197a155027c7.zip gitbook-e2725296d3a044acc50f324ee399197a155027c7.tar.gz gitbook-e2725296d3a044acc50f324ee399197a155027c7.tar.bz2 |
Remove php entry from glossary
Diffstat (limited to 'packages/gitbook-markdown/test')
-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() { |