fixed a couple Markdown formatting issues

This commit is contained in:
Erik Hanson 2010-02-26 11:42:38 -08:00
parent e1b3ca4066
commit fcfe23d516
1 changed files with 47 additions and 45 deletions

View File

@ -56,6 +56,7 @@ Enter Jasmine
Jasmine is our dream JavaScript testing framework. It's heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, [JSpec](http://github.com/visionmedia/jspec/tree/master), and of course RSpec. Jasmine is our dream JavaScript testing framework. It's heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, [JSpec](http://github.com/visionmedia/jspec/tree/master), and of course RSpec.
Jasmine was designed with a few principles in mind. We believe that a good JavaScript testing framework: Jasmine was designed with a few principles in mind. We believe that a good JavaScript testing framework:
* should not be tied to any browser, framework, platform, or host language. * should not be tied to any browser, framework, platform, or host language.
* should have idiomatic and unsurprising syntax. * should have idiomatic and unsurprising syntax.
* should work anywhere JavaScript can run, including browsers, servers, phones, etc. * should work anywhere JavaScript can run, including browsers, servers, phones, etc.
@ -63,6 +64,7 @@ Jasmine was designed with a few principles in mind. We believe that a good JavaS
* should play well with IDEs (e.g. test code should pass static analysis). * should play well with IDEs (e.g. test code should pass static analysis).
Some of our goals while writing Jasmine: Some of our goals while writing Jasmine:
* it should encourage good testing practices. * it should encourage good testing practices.
* it should integrate easily with continuous build systems. * it should integrate easily with continuous build systems.
* it should be simple to get started with. * it should be simple to get started with.