development/casperjs: Fix invalid chars in desc.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-05-26 15:26:20 +02:00 committed by Willy Sudiarto Raharjo
parent fe8fce0706
commit bbe791f3b5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
CasperJS is an open source navigation scripting & testing utility
written in Javascript and based on PhantomJS the scriptable headless
written in Javascript and based on PhantomJS - the scriptable headless
WebKit engine. It eases the process of defining a full navigation
scenario and provides useful high-level functions, methods & syntactic
sugar for doing common tasks like filling & submitting forms,

View file

@ -9,7 +9,7 @@
casperjs: casperjs (Navigation scripting and testing for phantomjs)
casperjs:
casperjs: CasperJS is an open source navigation scripting & testing utility
casperjs: written in Javascript and based on PhantomJS the scriptable headless
casperjs: written in Javascript and based on PhantomJS - the scriptable headless
casperjs: WebKit engine. It eases the process of defining a full navigation
casperjs: scenario and provides useful high-level functions, methods & syntactic
casperjs: sugar for doing common tasks like filling & submitting forms,