diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-28 14:17:31 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 11:46:24 +0100 |
commit | a9f6ad173414cfae74169d89f7aedd1c6148430c (patch) | |
tree | 0c7fb89c7c1a55579103ba8339bbdfae85a4be4b | |
parent | de876c8a92e037ec03a52ffd73e07ebf1e591478 (diff) | |
download | gitbook-a9f6ad173414cfae74169d89f7aedd1c6148430c.zip gitbook-a9f6ad173414cfae74169d89f7aedd1c6148430c.tar.gz gitbook-a9f6ad173414cfae74169d89f7aedd1c6148430c.tar.bz2 |
Remove php entry from glossary
-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() { |