middleman-more 3.1.0.beta.3 → 3.1.0.rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (459) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -2
  3. data/{fixtures/asset-host-app/config.rb → features/.gitkeep} +0 -0
  4. data/fixtures/{auto-css-app/source/stylesheets/auto-css/index.css → .gitkeep} +0 -0
  5. data/lib/middleman-more.rb +1 -99
  6. data/middleman-more.gemspec +2 -12
  7. metadata +8 -1024
  8. data/.cane +0 -2
  9. data/.cane-exclusions.yml +0 -3
  10. data/features/asset_hash.feature +0 -135
  11. data/features/asset_host.feature +0 -56
  12. data/features/automatic_image_sizes.feature +0 -16
  13. data/features/cache_buster.feature +0 -42
  14. data/features/clean_build.feature +0 -14
  15. data/features/coffee-script.feature +0 -22
  16. data/features/compass-sprites.feature +0 -6
  17. data/features/content_for.feature +0 -16
  18. data/features/directory_index.feature +0 -67
  19. data/features/extensionless_text_files.feature +0 -28
  20. data/features/fonts.feature +0 -13
  21. data/features/former_padrino_helpers.feature +0 -27
  22. data/features/frontmatter_page_settings.feature +0 -42
  23. data/features/gzip.feature +0 -21
  24. data/features/helpers_auto_javascript_include_tag.feature +0 -27
  25. data/features/helpers_auto_stylesheet_link_tag.feature +0 -27
  26. data/features/helpers_form_tag.feature +0 -26
  27. data/features/helpers_link_to.feature +0 -152
  28. data/features/helpers_lorem.feature +0 -6
  29. data/features/helpers_page_classes.feature +0 -17
  30. data/features/helpers_url_for.feature +0 -152
  31. data/features/i18n_builder.feature +0 -148
  32. data/features/i18n_force_locale.feature +0 -13
  33. data/features/i18n_preview.feature +0 -230
  34. data/features/ignore.feature +0 -62
  35. data/features/ignore_already_minified.feature +0 -47
  36. data/features/implied_extensions.feature +0 -42
  37. data/features/instance_vars.feature +0 -18
  38. data/features/liquid.feature +0 -11
  39. data/features/markdown.feature +0 -13
  40. data/features/markdown_redcarpet.feature +0 -86
  41. data/features/markdown_redcarpet_in_haml.feature +0 -42
  42. data/features/minify_css.feature +0 -127
  43. data/features/minify_javascript.feature +0 -225
  44. data/features/nested_layouts.feature +0 -55
  45. data/features/partials.feature +0 -46
  46. data/features/partials_dir.feature +0 -30
  47. data/features/relative_assets.feature +0 -102
  48. data/features/sass-assets-paths.feature +0 -11
  49. data/features/sass_cache_path.feature +0 -22
  50. data/features/sass_partials.feature +0 -54
  51. data/features/scss-support.feature +0 -12
  52. data/features/sitemap_traversal.feature +0 -73
  53. data/features/slim.feature +0 -69
  54. data/features/stylus.feature +0 -55
  55. data/features/support/env.rb +0 -10
  56. data/features/twitter-bootstrap-compile.feature +0 -6
  57. data/features/wildcard_page_helper.feature +0 -10
  58. data/fixtures/asset-hash-app/config.rb +0 -8
  59. data/fixtures/asset-hash-app/lib/middleware.rb +0 -16
  60. data/fixtures/asset-hash-app/source/apple-touch-icon.png +0 -0
  61. data/fixtures/asset-hash-app/source/favicon.ico +0 -0
  62. data/fixtures/asset-hash-app/source/images/100px.gif +0 -0
  63. data/fixtures/asset-hash-app/source/images/100px.jpg +0 -0
  64. data/fixtures/asset-hash-app/source/images/100px.png +0 -0
  65. data/fixtures/asset-hash-app/source/index.html.erb +0 -311
  66. data/fixtures/asset-hash-app/source/javascripts/application.js +0 -8
  67. data/fixtures/asset-hash-app/source/layout.erb +0 -18
  68. data/fixtures/asset-hash-app/source/other.html.erb +0 -2
  69. data/fixtures/asset-hash-app/source/partials.html.erb +0 -1
  70. data/fixtures/asset-hash-app/source/stylesheets/_partial.sass +0 -2
  71. data/fixtures/asset-hash-app/source/stylesheets/site.css.scss +0 -4
  72. data/fixtures/asset-hash-app/source/stylesheets/uses_partials.css.sass +0 -4
  73. data/fixtures/asset-hash-app/source/subdir/index.html.erb +0 -308
  74. data/fixtures/asset-hash-host-app/config.rb +0 -6
  75. data/fixtures/asset-hash-host-app/source/images/100px.gif +0 -0
  76. data/fixtures/asset-hash-host-app/source/images/100px.jpg +0 -0
  77. data/fixtures/asset-hash-host-app/source/images/100px.png +0 -0
  78. data/fixtures/asset-hash-host-app/source/index.html.erb +0 -6
  79. data/fixtures/asset-hash-host-app/source/layout.erb +0 -17
  80. data/fixtures/asset-hash-host-app/source/other.html.erb +0 -2
  81. data/fixtures/asset-hash-host-app/source/stylesheets/site.css.scss +0 -4
  82. data/fixtures/asset-hash-host-app/source/subdir/index.html.erb +0 -6
  83. data/fixtures/asset-host-app/source/.htaccess +0 -1
  84. data/fixtures/asset-host-app/source/asset_host.html.erb +0 -1
  85. data/fixtures/asset-host-app/source/images/blank.gif +0 -0
  86. data/fixtures/asset-host-app/source/stylesheets/asset_host.css.sass +0 -3
  87. data/fixtures/auto-css-app/config.rb +0 -11
  88. data/fixtures/auto-css-app/source/auto-css/auto-css.html.erb +0 -1
  89. data/fixtures/auto-css-app/source/auto-css/index.html.erb +0 -1
  90. data/fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb +0 -1
  91. data/fixtures/auto-css-app/source/auto-css.html.erb +0 -1
  92. data/fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css +0 -3
  93. data/fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css +0 -3
  94. data/fixtures/auto-css-app/source/stylesheets/auto-css.css +0 -3
  95. data/fixtures/auto-js-app/config.rb +0 -11
  96. data/fixtures/auto-js-app/source/auto-js/auto-js.html.erb +0 -1
  97. data/fixtures/auto-js-app/source/auto-js/index.html.erb +0 -1
  98. data/fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb +0 -1
  99. data/fixtures/auto-js-app/source/auto-js.html.erb +0 -1
  100. data/fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js +0 -1
  101. data/fixtures/auto-js-app/source/javascripts/auto-js/index.js +0 -1
  102. data/fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js +0 -1
  103. data/fixtures/auto-js-app/source/javascripts/auto-js.js +0 -1
  104. data/fixtures/automatic-image-size-app/config.rb +0 -0
  105. data/fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb +0 -1
  106. data/fixtures/automatic-image-size-app/source/images/blank.gif +0 -0
  107. data/fixtures/cache-buster-app/config.rb +0 -0
  108. data/fixtures/cache-buster-app/source/cache-buster.html.erb +0 -3
  109. data/fixtures/cache-buster-app/source/images/blank.gif +0 -0
  110. data/fixtures/cache-buster-app/source/stylesheets/relative_assets.css.sass +0 -3
  111. data/fixtures/cache-buster-app/source/stylesheets/site.css.sass +0 -1
  112. data/fixtures/clean-dir-app/config.rb +0 -2
  113. data/fixtures/clean-dir-app/source/about.html +0 -1
  114. data/fixtures/coffeescript-app/config.rb +0 -0
  115. data/fixtures/coffeescript-app/source/inline-coffeescript.html.haml +0 -3
  116. data/fixtures/coffeescript-app/source/javascripts/broken-coffee.js.coffee +0 -3
  117. data/fixtures/coffeescript-app/source/javascripts/coffee_test.js.coffee +0 -3
  118. data/fixtures/compass-sprites-app/config.rb +0 -0
  119. data/fixtures/compass-sprites-app/source/images/icon/arrow_down.png +0 -0
  120. data/fixtures/compass-sprites-app/source/images/icon/arrow_left.png +0 -0
  121. data/fixtures/compass-sprites-app/source/images/icon/arrow_right.png +0 -0
  122. data/fixtures/compass-sprites-app/source/images/icon/arrow_up.png +0 -0
  123. data/fixtures/compass-sprites-app/source/stylesheets/site.css.scss +0 -3
  124. data/fixtures/content-for-app/config.rb +0 -7
  125. data/fixtures/content-for-app/source/content_for_erb.html.erb +0 -5
  126. data/fixtures/content-for-app/source/content_for_haml.html.haml +0 -4
  127. data/fixtures/content-for-app/source/content_for_slim.html.slim +0 -4
  128. data/fixtures/content-for-app/source/layouts/content_for.erb +0 -4
  129. data/fixtures/default-partials-dir-app/source/_partial.html.erb +0 -1
  130. data/fixtures/default-partials-dir-app/source/index.html.erb +0 -2
  131. data/fixtures/different-engine-partial/config.rb +0 -0
  132. data/fixtures/different-engine-partial/source/index.html.erb +0 -1
  133. data/fixtures/different-engine-partial/source/layouts/layout.erb +0 -7
  134. data/fixtures/different-engine-partial/source/shared/_footer.str +0 -1
  135. data/fixtures/different-engine-partial/source/shared/_header.erb +0 -1
  136. data/fixtures/extensionless-text-files-app/config.rb +0 -1
  137. data/fixtures/extensionless-text-files-app/source/CNAME +0 -1
  138. data/fixtures/extensionless-text-files-app/source/LICENSE +0 -1
  139. data/fixtures/extensionless-text-files-app/source/README +0 -1
  140. data/fixtures/extensionless-text-files-app/source/index.html +0 -1
  141. data/fixtures/fonts-app/config.rb +0 -0
  142. data/fixtures/fonts-app/source/fonts/StMarie-Thin.otf +0 -0
  143. data/fixtures/fonts-app/source/stylesheets/fonts.css.sass +0 -3
  144. data/fixtures/frontmatter-settings-app/config.rb +0 -4
  145. data/fixtures/frontmatter-settings-app/source/alternate_layout.html.erb +0 -5
  146. data/fixtures/frontmatter-settings-app/source/ignored.html.erb +0 -5
  147. data/fixtures/frontmatter-settings-app/source/layouts/alternate.erb +0 -3
  148. data/fixtures/frontmatter-settings-app/source/no_index.html.erb +0 -5
  149. data/fixtures/gzip-app/config.rb +0 -1
  150. data/fixtures/gzip-app/source/index.html +0 -0
  151. data/fixtures/gzip-app/source/javascripts/test.js +0 -1
  152. data/fixtures/gzip-app/source/stylesheets/test.css +0 -1
  153. data/fixtures/i18n-alt-root-app/locales/en.yml +0 -4
  154. data/fixtures/i18n-alt-root-app/locales/es.yml +0 -7
  155. data/fixtures/i18n-alt-root-app/source/lang_data/hello.html.erb +0 -1
  156. data/fixtures/i18n-alt-root-app/source/lang_data/index.html.erb +0 -1
  157. data/fixtures/i18n-alt-root-app/source/layout.erb +0 -1
  158. data/fixtures/i18n-default-app/locales/en.yml +0 -4
  159. data/fixtures/i18n-default-app/locales/es.yml +0 -8
  160. data/fixtures/i18n-default-app/source/localizable/index.html.erb +0 -5
  161. data/fixtures/i18n-force-locale/config.rb +0 -13
  162. data/fixtures/i18n-force-locale/locales/en.yml +0 -3
  163. data/fixtures/i18n-force-locale/locales/es.yml +0 -3
  164. data/fixtures/i18n-force-locale/locales/fr.yml +0 -3
  165. data/fixtures/i18n-force-locale/source/index.haml +0 -2
  166. data/fixtures/i18n-test-app/locales/en.yml +0 -4
  167. data/fixtures/i18n-test-app/locales/es.yml +0 -8
  168. data/fixtures/i18n-test-app/source/CNAME +0 -1
  169. data/fixtures/i18n-test-app/source/layout.erb +0 -8
  170. data/fixtures/i18n-test-app/source/localizable/hello.html.erb +0 -1
  171. data/fixtures/i18n-test-app/source/localizable/index.html.erb +0 -1
  172. data/fixtures/i18n-test-app/source/morning.en.html.erb +0 -1
  173. data/fixtures/i18n-test-app/source/morning.es.html.erb +0 -1
  174. data/fixtures/i18n-test-app/source/password.txt +0 -1
  175. data/fixtures/i18n-test-app/source/stylesheets/site.css +0 -3
  176. data/fixtures/ignore-app/source/about.html.erb +0 -1
  177. data/fixtures/ignore-app/source/images/icon/messages.png +0 -0
  178. data/fixtures/ignore-app/source/images/pic.png +0 -0
  179. data/fixtures/ignore-app/source/images/portrait.jpg +0 -0
  180. data/fixtures/ignore-app/source/index.html.erb +0 -0
  181. data/fixtures/ignore-app/source/plain.html +0 -1
  182. data/fixtures/ignore-app/source/reports/another.html +0 -0
  183. data/fixtures/ignore-app/source/reports/index.html +0 -0
  184. data/fixtures/implied-extensions-app/config.rb +0 -0
  185. data/fixtures/implied-extensions-app/source/javascripts/app.coffee +0 -1
  186. data/fixtures/implied-extensions-app/source/stylesheets/style.scss +0 -3
  187. data/fixtures/implied-extensions-app/source/stylesheets/style2.sass +0 -3
  188. data/fixtures/implied-extensions-app/source/stylesheets/style3.less +0 -4
  189. data/fixtures/implied-extensions-app/source/test.haml +0 -4
  190. data/fixtures/implied-extensions-app/source/test2.markdown +0 -3
  191. data/fixtures/implied-extensions-app/source/test3.slim +0 -3
  192. data/fixtures/implied-extensions-app/source/test4.liquid +0 -1
  193. data/fixtures/indexable-app/config.rb +0 -4
  194. data/fixtures/indexable-app/source/.htaccess +0 -1
  195. data/fixtures/indexable-app/source/.htpasswd +0 -1
  196. data/fixtures/indexable-app/source/a_folder/needs_index.html +0 -1
  197. data/fixtures/indexable-app/source/leave_me_alone.html +0 -1
  198. data/fixtures/indexable-app/source/needs_index.html +0 -1
  199. data/fixtures/indexable-app/source/regular/index.html +0 -1
  200. data/fixtures/indexable-app/source/wildcard_leave_me_alone.html +0 -1
  201. data/fixtures/instance-vars-app/config.rb +0 -0
  202. data/fixtures/instance-vars-app/source/_vartial.erb +0 -5
  203. data/fixtures/instance-vars-app/source/instance-var-set.html.erb +0 -2
  204. data/fixtures/instance-vars-app/source/layout.erb +0 -3
  205. data/fixtures/instance-vars-app/source/no-instance-var.html.erb +0 -1
  206. data/fixtures/liquid-app/config.rb +0 -0
  207. data/fixtures/liquid-app/data/test.yml +0 -4
  208. data/fixtures/liquid-app/data/test2.json +0 -4
  209. data/fixtures/liquid-app/source/_liquid_partial.liquid +0 -1
  210. data/fixtures/liquid-app/source/data2.html.liquid +0 -2
  211. data/fixtures/liquid-app/source/liquid_master.html.liquid +0 -1
  212. data/fixtures/lorem-app/config.rb +0 -1
  213. data/fixtures/lorem-app/source/lorem.html.erb +0 -13
  214. data/fixtures/markdown-app/config.rb +0 -1
  215. data/fixtures/markdown-app/source/autolink.html.markdown +0 -5
  216. data/fixtures/markdown-app/source/fenced_code_blocks.html.markdown +0 -7
  217. data/fixtures/markdown-app/source/hard_wrap.html.markdown +0 -2
  218. data/fixtures/markdown-app/source/images/blank.gif +0 -0
  219. data/fixtures/markdown-app/source/index.html.markdown +0 -4
  220. data/fixtures/markdown-app/source/no_intra_emphasis.html.markdown +0 -5
  221. data/fixtures/markdown-app/source/smarty_pants.html.markdown +0 -5
  222. data/fixtures/markdown-app/source/space_after_headers.html.markdown +0 -5
  223. data/fixtures/markdown-app/source/strikethrough.html.markdown +0 -5
  224. data/fixtures/markdown-app/source/superscript.html.markdown +0 -5
  225. data/fixtures/markdown-app/source/tables.html.markdown +0 -8
  226. data/fixtures/markdown-app/source/with_toc_data.html.markdown +0 -3
  227. data/fixtures/markdown-frontmatter-options-app/config.rb +0 -1
  228. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-default.html.markdown +0 -5
  229. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-off.html.markdown +0 -7
  230. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-on.html.markdown +0 -7
  231. data/fixtures/markdown-frontmatter-options-app/source/tables-default.html.markdown +0 -8
  232. data/fixtures/markdown-frontmatter-options-app/source/tables-off.html.markdown +0 -10
  233. data/fixtures/markdown-frontmatter-options-app/source/tables-on.html.markdown +0 -10
  234. data/fixtures/markdown-in-haml-app/config.rb +0 -0
  235. data/fixtures/markdown-in-haml-app/source/images/blank.gif +0 -0
  236. data/fixtures/markdown-in-haml-app/source/link_target.html.markdown +0 -4
  237. data/fixtures/minify-css-app/source/inline-css.html.haml +0 -5
  238. data/fixtures/minify-css-app/source/more-css/site.css +0 -3
  239. data/fixtures/minify-css-app/source/stylesheets/report.css +0 -1
  240. data/fixtures/minify-css-app/source/stylesheets/site.css.sass +0 -5
  241. data/fixtures/minify-js-app/config.rb +0 -0
  242. data/fixtures/minify-js-app/source/inline-coffeescript.html.haml +0 -3
  243. data/fixtures/minify-js-app/source/inline-js.html.haml +0 -28
  244. data/fixtures/minify-js-app/source/javascripts/coffee_test.js.coffee +0 -3
  245. data/fixtures/minify-js-app/source/javascripts/js_test.js +0 -8
  246. data/fixtures/minify-js-app/source/more-js/other.js +0 -8
  247. data/fixtures/nested-layout-app/config.rb +0 -1
  248. data/fixtures/nested-layout-app/source/another.html.markdown +0 -7
  249. data/fixtures/nested-layout-app/source/data-one.html.erb +0 -5
  250. data/fixtures/nested-layout-app/source/data-two.html.erb +0 -5
  251. data/fixtures/nested-layout-app/source/haml-test.html.markdown +0 -7
  252. data/fixtures/nested-layout-app/source/index.html.erb +0 -6
  253. data/fixtures/nested-layout-app/source/layouts/inner.erb +0 -4
  254. data/fixtures/nested-layout-app/source/layouts/inner_haml.haml +0 -3
  255. data/fixtures/nested-layout-app/source/layouts/inner_slim.slim +0 -3
  256. data/fixtures/nested-layout-app/source/layouts/master.erb +0 -3
  257. data/fixtures/nested-layout-app/source/layouts/master_haml.haml +0 -3
  258. data/fixtures/nested-layout-app/source/layouts/master_slim.slim +0 -3
  259. data/fixtures/nested-layout-app/source/layouts/outer.erb +0 -4
  260. data/fixtures/nested-layout-app/source/layouts/outer_haml.haml +0 -3
  261. data/fixtures/nested-layout-app/source/layouts/outer_slim.slim +0 -3
  262. data/fixtures/nested-layout-app/source/slim-test.html.markdown +0 -7
  263. data/fixtures/padrino-helpers-app/config.rb +0 -0
  264. data/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb +0 -6
  265. data/fixtures/page-classes-app/config.rb +0 -4
  266. data/fixtures/page-classes-app/source/page-classes.html.erb +0 -1
  267. data/fixtures/page-classes-app/source/sub1/page-classes.html.erb +0 -1
  268. data/fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb +0 -1
  269. data/fixtures/partials-app/config.rb +0 -0
  270. data/fixtures/partials-app/source/_locals.erb +0 -1
  271. data/fixtures/partials-app/source/_main.erb +0 -1
  272. data/fixtures/partials-app/source/_main.str +0 -1
  273. data/fixtures/partials-app/source/index.html.erb +0 -3
  274. data/fixtures/partials-app/source/locals.html.erb +0 -1
  275. data/fixtures/partials-app/source/second.html.str +0 -3
  276. data/fixtures/partials-app/source/shared/_footer.erb +0 -1
  277. data/fixtures/partials-app/source/shared/_header.erb +0 -1
  278. data/fixtures/partials-app/source/shared/snippet.erb +0 -1
  279. data/fixtures/partials-app/source/sub/_local.erb +0 -1
  280. data/fixtures/partials-app/source/sub/index.html.erb +0 -3
  281. data/fixtures/partials-app/source/using_snippet.html.erb +0 -1
  282. data/fixtures/partials-dir-app/source/index.html.erb +0 -2
  283. data/fixtures/partials-dir-app/source/nested/partials/_partial.html.erb +0 -1
  284. data/fixtures/partials-dir-app/source/partials/_partial.html.erb +0 -1
  285. data/fixtures/passthrough-app/source/.htaccess +0 -1
  286. data/fixtures/passthrough-app/source/inline-coffeescript.html.haml +0 -3
  287. data/fixtures/passthrough-app/source/inline-css.html.haml +0 -4
  288. data/fixtures/passthrough-app/source/inline-js.html.haml +0 -28
  289. data/fixtures/passthrough-app/source/javascripts/coffee_test.js.coffee +0 -3
  290. data/fixtures/passthrough-app/source/javascripts/js_test.js +0 -8
  291. data/fixtures/passthrough-app/source/stylesheets/site.css.sass +0 -1
  292. data/fixtures/preview-app/config.rb +0 -0
  293. data/fixtures/preview-app/source/content.html.erb +0 -1
  294. data/fixtures/preview-app/source/layout.erb +0 -1
  295. data/fixtures/preview-app/source/stylesheets/_partial.sass +0 -2
  296. data/fixtures/preview-app/source/stylesheets/_partial2.css.sass +0 -2
  297. data/fixtures/preview-app/source/stylesheets/main.css.sass +0 -4
  298. data/fixtures/preview-app/source/stylesheets/main2.css.sass +0 -4
  299. data/fixtures/preview-app/source/stylesheets/plain.css.sass +0 -2
  300. data/fixtures/relative-app/config.rb +0 -0
  301. data/fixtures/relative-app/source/images/blank.gif +0 -0
  302. data/fixtures/relative-app/source/stylesheets/relative_assets.css.sass +0 -3
  303. data/fixtures/relative-assets-app/config.rb +0 -1
  304. data/fixtures/relative-assets-app/source/images/blank.gif +0 -0
  305. data/fixtures/relative-assets-app/source/img/blank.gif +0 -0
  306. data/fixtures/relative-assets-app/source/relative_image.html.erb +0 -8
  307. data/fixtures/relative-assets-app/source/stylesheets/relative_assets.css.sass +0 -3
  308. data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset-sass.sass +0 -1
  309. data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset.scss +0 -1
  310. data/fixtures/sass-assets-path-app/config.rb +0 -4
  311. data/fixtures/sass-assets-path-app/my-vendor/stylesheets/_partial.sass +0 -2
  312. data/fixtures/sass-assets-path-app/source/stylesheets/plain.css.sass +0 -16
  313. data/fixtures/sass-cache-path-custom-app/config.rb +0 -3
  314. data/fixtures/sass-cache-path-custom-app/source/stylesheets/plain.css.sass +0 -4
  315. data/fixtures/sass-cache-path-default-app/config.rb +0 -3
  316. data/fixtures/sass-cache-path-default-app/source/stylesheets/plain.css.sass +0 -4
  317. data/fixtures/scss-app/config.rb +0 -0
  318. data/fixtures/scss-app/source/stylesheets/layout.css.sass +0 -2
  319. data/fixtures/scss-app/source/stylesheets/site_scss.css.scss +0 -1
  320. data/fixtures/stylus-preview-app/config.rb +0 -0
  321. data/fixtures/stylus-preview-app/source/content.html.erb +0 -1
  322. data/fixtures/stylus-preview-app/source/layout.erb +0 -1
  323. data/fixtures/stylus-preview-app/source/stylesheets/_partial.styl +0 -2
  324. data/fixtures/stylus-preview-app/source/stylesheets/_partial2.css.styl +0 -2
  325. data/fixtures/stylus-preview-app/source/stylesheets/main.css.styl +0 -4
  326. data/fixtures/stylus-preview-app/source/stylesheets/main2.css.styl +0 -4
  327. data/fixtures/stylus-preview-app/source/stylesheets/plain.css.styl +0 -2
  328. data/fixtures/traversal-app/config.rb +0 -7
  329. data/fixtures/traversal-app/source/directory-indexed/sibling.html.erb +0 -3
  330. data/fixtures/traversal-app/source/directory-indexed/sibling2.html.erb +0 -3
  331. data/fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb +0 -0
  332. data/fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb +0 -0
  333. data/fixtures/traversal-app/source/directory-indexed.html.erb +0 -0
  334. data/fixtures/traversal-app/source/index.html.erb +0 -0
  335. data/fixtures/traversal-app/source/layout.erb +0 -21
  336. data/fixtures/traversal-app/source/proxied.html.erb +0 -0
  337. data/fixtures/traversal-app/source/root.html.erb +0 -0
  338. data/fixtures/traversal-app/source/sub/index.html.erb +0 -0
  339. data/fixtures/traversal-app/source/sub/sibling.html.erb +0 -0
  340. data/fixtures/traversal-app/source/sub/sibling2.html.erb +0 -0
  341. data/fixtures/traversal-app/source/sub/sub2/index.html.erb +0 -0
  342. data/fixtures/traversal-app/source/sub/sub3/deep.html.erb +0 -0
  343. data/fixtures/twitter-bootstrap-app/config.rb +0 -0
  344. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.gitignore +0 -36
  345. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.travis.yml +0 -3
  346. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/LICENSE +0 -176
  347. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/README.md +0 -137
  348. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings-white.png +0 -0
  349. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings.png +0 -0
  350. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/.jshintrc +0 -10
  351. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/README.md +0 -112
  352. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-alert.js +0 -90
  353. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-button.js +0 -96
  354. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-carousel.js +0 -169
  355. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-collapse.js +0 -157
  356. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-dropdown.js +0 -100
  357. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-modal.js +0 -218
  358. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-popover.js +0 -98
  359. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-scrollspy.js +0 -151
  360. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tab.js +0 -135
  361. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tooltip.js +0 -275
  362. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-transition.js +0 -61
  363. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-typeahead.js +0 -285
  364. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/index.html +0 -54
  365. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/phantom.js +0 -63
  366. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/server.js +0 -14
  367. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-alert.js +0 -56
  368. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-button.js +0 -77
  369. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-carousel.js +0 -28
  370. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-collapse.js +0 -54
  371. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-dropdown.js +0 -87
  372. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-modal.js +0 -114
  373. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-phantom.js +0 -21
  374. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-popover.js +0 -93
  375. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-scrollspy.js +0 -31
  376. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tab.js +0 -61
  377. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tooltip.js +0 -155
  378. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-transition.js +0 -13
  379. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-typeahead.js +0 -148
  380. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/jquery.js +0 -9252
  381. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.css +0 -232
  382. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.js +0 -1510
  383. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_accordion.less +0 -33
  384. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_alerts.less +0 -58
  385. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_breadcrumbs.less +0 -24
  386. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_button-groups.less +0 -191
  387. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_buttons.less +0 -191
  388. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_carousel.less +0 -121
  389. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_close.less +0 -29
  390. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_code.less +0 -57
  391. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less +0 -20
  392. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_dropdowns.less +0 -143
  393. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_forms.less +0 -583
  394. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_grid.less +0 -5
  395. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_hero-unit.less +0 -22
  396. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_labels-badges.less +0 -55
  397. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_layouts.less +0 -17
  398. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_mixins.less +0 -646
  399. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_modals.less +0 -90
  400. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navbar.less +0 -358
  401. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navs.less +0 -363
  402. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pager.less +0 -36
  403. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pagination.less +0 -56
  404. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_popovers.less +0 -49
  405. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_progress-bars.less +0 -117
  406. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_reset.less +0 -131
  407. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-1200px-min.less +0 -26
  408. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-767px-max.less +0 -149
  409. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-768px-979px.less +0 -17
  410. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-navbar.less +0 -153
  411. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-utilities.less +0 -41
  412. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_scaffolding.less +0 -29
  413. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_sprites.less +0 -191
  414. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tables.less +0 -176
  415. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_thumbnails.less +0 -47
  416. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tooltip.less +0 -35
  417. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_type.less +0 -232
  418. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_utilities.less +0 -23
  419. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_variables.less +0 -206
  420. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_wells.less +0 -27
  421. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/bootstrap.less +0 -62
  422. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/responsive.less +0 -48
  423. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.css +0 -52
  424. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.html +0 -917
  425. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/forms.html +0 -179
  426. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/navbar.html +0 -108
  427. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/package.json +0 -25
  428. data/fixtures/wildcard-directory-index-app/config.rb +0 -2
  429. data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +0 -1
  430. data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +0 -1
  431. data/fixtures/wildcard-directory-index-app/source/index.html.erb +0 -1
  432. data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +0 -2
  433. data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +0 -2
  434. data/lib/middleman-more/core_extensions/compass.rb +0 -75
  435. data/lib/middleman-more/core_extensions/default_helpers.rb +0 -235
  436. data/lib/middleman-more/core_extensions/i18n.rb +0 -182
  437. data/lib/middleman-more/extensions/asset_hash.rb +0 -114
  438. data/lib/middleman-more/extensions/asset_host.rb +0 -50
  439. data/lib/middleman-more/extensions/automatic_image_sizes/fastimage.rb +0 -287
  440. data/lib/middleman-more/extensions/automatic_image_sizes.rb +0 -42
  441. data/lib/middleman-more/extensions/cache_buster.rb +0 -56
  442. data/lib/middleman-more/extensions/directory_indexes.rb +0 -24
  443. data/lib/middleman-more/extensions/gzip.rb +0 -70
  444. data/lib/middleman-more/extensions/lorem.rb +0 -176
  445. data/lib/middleman-more/extensions/minify_css.rb +0 -77
  446. data/lib/middleman-more/extensions/minify_javascript.rb +0 -83
  447. data/lib/middleman-more/extensions/relative_assets.rb +0 -29
  448. data/lib/middleman-more/templates/smacss/source/_footer.haml +0 -1
  449. data/lib/middleman-more/templates/smacss/source/index.html.haml +0 -1
  450. data/lib/middleman-more/templates/smacss/source/layouts/layout.haml +0 -13
  451. data/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown +0 -11
  452. data/lib/middleman-more/templates/smacss/source/stylesheets/base/base.scss +0 -1
  453. data/lib/middleman-more/templates/smacss/source/stylesheets/base/normalize.scss +0 -375
  454. data/lib/middleman-more/templates/smacss/source/stylesheets/layout/README.markdown +0 -9
  455. data/lib/middleman-more/templates/smacss/source/stylesheets/modules/README.markdown +0 -9
  456. data/lib/middleman-more/templates/smacss/source/stylesheets/states/README.markdown +0 -12
  457. data/lib/middleman-more/templates/smacss/source/stylesheets/style.css.scss +0 -12
  458. data/lib/middleman-more/templates/smacss.rb +0 -30
  459. data/lib/middleman_extension.rb +0 -1
@@ -1,1510 +0,0 @@
1
- /**
2
- * QUnit - A JavaScript Unit Testing Framework
3
- *
4
- * http://docs.jquery.com/QUnit
5
- *
6
- * Copyright (c) 2012 John Resig, Jörn Zaefferer
7
- * Dual licensed under the MIT (MIT-LICENSE.txt)
8
- * or GPL (GPL-LICENSE.txt) licenses.
9
- */
10
-
11
- (function(window) {
12
-
13
- var defined = {
14
- setTimeout: typeof window.setTimeout !== "undefined",
15
- sessionStorage: (function() {
16
- try {
17
- return !!sessionStorage.getItem;
18
- } catch(e) {
19
- return false;
20
- }
21
- })()
22
- };
23
-
24
- var testId = 0;
25
-
26
- var Test = function(name, testName, expected, testEnvironmentArg, async, callback) {
27
- this.name = name;
28
- this.testName = testName;
29
- this.expected = expected;
30
- this.testEnvironmentArg = testEnvironmentArg;
31
- this.async = async;
32
- this.callback = callback;
33
- this.assertions = [];
34
- };
35
- Test.prototype = {
36
- init: function() {
37
- var tests = id("qunit-tests");
38
- if (tests) {
39
- var b = document.createElement("strong");
40
- b.innerHTML = "Running " + this.name;
41
- var li = document.createElement("li");
42
- li.appendChild( b );
43
- li.className = "running";
44
- li.id = this.id = "test-output" + testId++;
45
- tests.appendChild( li );
46
- }
47
- },
48
- setup: function() {
49
- if (this.module != config.previousModule) {
50
- if ( config.previousModule ) {
51
- QUnit.moduleDone( {
52
- name: config.previousModule,
53
- failed: config.moduleStats.bad,
54
- passed: config.moduleStats.all - config.moduleStats.bad,
55
- total: config.moduleStats.all
56
- } );
57
- }
58
- config.previousModule = this.module;
59
- config.moduleStats = { all: 0, bad: 0 };
60
- QUnit.moduleStart( {
61
- name: this.module
62
- } );
63
- }
64
-
65
- config.current = this;
66
- this.testEnvironment = extend({
67
- setup: function() {},
68
- teardown: function() {}
69
- }, this.moduleTestEnvironment);
70
- if (this.testEnvironmentArg) {
71
- extend(this.testEnvironment, this.testEnvironmentArg);
72
- }
73
-
74
- QUnit.testStart( {
75
- name: this.testName
76
- } );
77
-
78
- // allow utility functions to access the current test environment
79
- // TODO why??
80
- QUnit.current_testEnvironment = this.testEnvironment;
81
-
82
- try {
83
- if ( !config.pollution ) {
84
- saveGlobal();
85
- }
86
-
87
- this.testEnvironment.setup.call(this.testEnvironment);
88
- } catch(e) {
89
- QUnit.ok( false, "Setup failed on " + this.testName + ": " + e.message );
90
- }
91
- },
92
- run: function() {
93
- if ( this.async ) {
94
- QUnit.stop();
95
- }
96
-
97
- if ( config.notrycatch ) {
98
- this.callback.call(this.testEnvironment);
99
- return;
100
- }
101
- try {
102
- this.callback.call(this.testEnvironment);
103
- } catch(e) {
104
- fail("Test " + this.testName + " died, exception and test follows", e, this.callback);
105
- QUnit.ok( false, "Died on test #" + (this.assertions.length + 1) + ": " + e.message + " - " + QUnit.jsDump.parse(e) );
106
- // else next test will carry the responsibility
107
- saveGlobal();
108
-
109
- // Restart the tests if they're blocking
110
- if ( config.blocking ) {
111
- start();
112
- }
113
- }
114
- },
115
- teardown: function() {
116
- try {
117
- this.testEnvironment.teardown.call(this.testEnvironment);
118
- checkPollution();
119
- } catch(e) {
120
- QUnit.ok( false, "Teardown failed on " + this.testName + ": " + e.message );
121
- }
122
- },
123
- finish: function() {
124
- if ( this.expected && this.expected != this.assertions.length ) {
125
- QUnit.ok( false, "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run" );
126
- }
127
-
128
- var good = 0, bad = 0,
129
- tests = id("qunit-tests");
130
-
131
- config.stats.all += this.assertions.length;
132
- config.moduleStats.all += this.assertions.length;
133
-
134
- if ( tests ) {
135
- var ol = document.createElement("ol");
136
-
137
- for ( var i = 0; i < this.assertions.length; i++ ) {
138
- var assertion = this.assertions[i];
139
-
140
- var li = document.createElement("li");
141
- li.className = assertion.result ? "pass" : "fail";
142
- li.innerHTML = assertion.message || (assertion.result ? "okay" : "failed");
143
- ol.appendChild( li );
144
-
145
- if ( assertion.result ) {
146
- good++;
147
- } else {
148
- bad++;
149
- config.stats.bad++;
150
- config.moduleStats.bad++;
151
- }
152
- }
153
-
154
- // store result when possible
155
- if ( QUnit.config.reorder && defined.sessionStorage ) {
156
- if (bad) {
157
- sessionStorage.setItem("qunit-" + this.module + "-" + this.testName, bad);
158
- } else {
159
- sessionStorage.removeItem("qunit-" + this.module + "-" + this.testName);
160
- }
161
- }
162
-
163
- if (bad == 0) {
164
- ol.style.display = "none";
165
- }
166
-
167
- var b = document.createElement("strong");
168
- b.innerHTML = this.name + " <b class='counts'>(<b class='failed'>" + bad + "</b>, <b class='passed'>" + good + "</b>, " + this.assertions.length + ")</b>";
169
-
170
- var a = document.createElement("a");
171
- a.innerHTML = "Rerun";
172
- a.href = QUnit.url({ filter: getText([b]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") });
173
-
174
- addEvent(b, "click", function() {
175
- var next = b.nextSibling.nextSibling,
176
- display = next.style.display;
177
- next.style.display = display === "none" ? "block" : "none";
178
- });
179
-
180
- addEvent(b, "dblclick", function(e) {
181
- var target = e && e.target ? e.target : window.event.srcElement;
182
- if ( target.nodeName.toLowerCase() == "span" || target.nodeName.toLowerCase() == "b" ) {
183
- target = target.parentNode;
184
- }
185
- if ( window.location && target.nodeName.toLowerCase() === "strong" ) {
186
- window.location = QUnit.url({ filter: getText([target]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") });
187
- }
188
- });
189
-
190
- var li = id(this.id);
191
- li.className = bad ? "fail" : "pass";
192
- li.removeChild( li.firstChild );
193
- li.appendChild( b );
194
- li.appendChild( a );
195
- li.appendChild( ol );
196
-
197
- } else {
198
- for ( var i = 0; i < this.assertions.length; i++ ) {
199
- if ( !this.assertions[i].result ) {
200
- bad++;
201
- config.stats.bad++;
202
- config.moduleStats.bad++;
203
- }
204
- }
205
- }
206
-
207
- try {
208
- QUnit.reset();
209
- } catch(e) {
210
- fail("reset() failed, following Test " + this.testName + ", exception and reset fn follows", e, QUnit.reset);
211
- }
212
-
213
- QUnit.testDone( {
214
- name: this.testName,
215
- failed: bad,
216
- passed: this.assertions.length - bad,
217
- total: this.assertions.length
218
- } );
219
- },
220
-
221
- queue: function() {
222
- var test = this;
223
- synchronize(function() {
224
- test.init();
225
- });
226
- function run() {
227
- // each of these can by async
228
- synchronize(function() {
229
- test.setup();
230
- });
231
- synchronize(function() {
232
- test.run();
233
- });
234
- synchronize(function() {
235
- test.teardown();
236
- });
237
- synchronize(function() {
238
- test.finish();
239
- });
240
- }
241
- // defer when previous test run passed, if storage is available
242
- var bad = QUnit.config.reorder && defined.sessionStorage && +sessionStorage.getItem("qunit-" + this.module + "-" + this.testName);
243
- if (bad) {
244
- run();
245
- } else {
246
- synchronize(run);
247
- };
248
- }
249
-
250
- };
251
-
252
- var QUnit = {
253
-
254
- // call on start of module test to prepend name to all tests
255
- module: function(name, testEnvironment) {
256
- config.currentModule = name;
257
- config.currentModuleTestEnviroment = testEnvironment;
258
- },
259
-
260
- asyncTest: function(testName, expected, callback) {
261
- if ( arguments.length === 2 ) {
262
- callback = expected;
263
- expected = 0;
264
- }
265
-
266
- QUnit.test(testName, expected, callback, true);
267
- },
268
-
269
- test: function(testName, expected, callback, async) {
270
- var name = '<span class="test-name">' + testName + '</span>', testEnvironmentArg;
271
-
272
- if ( arguments.length === 2 ) {
273
- callback = expected;
274
- expected = null;
275
- }
276
- // is 2nd argument a testEnvironment?
277
- if ( expected && typeof expected === 'object') {
278
- testEnvironmentArg = expected;
279
- expected = null;
280
- }
281
-
282
- if ( config.currentModule ) {
283
- name = '<span class="module-name">' + config.currentModule + "</span>: " + name;
284
- }
285
-
286
- if ( !validTest(config.currentModule + ": " + testName) ) {
287
- return;
288
- }
289
-
290
- var test = new Test(name, testName, expected, testEnvironmentArg, async, callback);
291
- test.module = config.currentModule;
292
- test.moduleTestEnvironment = config.currentModuleTestEnviroment;
293
- test.queue();
294
- },
295
-
296
- /**
297
- * Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through.
298
- */
299
- expect: function(asserts) {
300
- config.current.expected = asserts;
301
- },
302
-
303
- /**
304
- * Asserts true.
305
- * @example ok( "asdfasdf".length > 5, "There must be at least 5 chars" );
306
- */
307
- ok: function(a, msg) {
308
- a = !!a;
309
- var details = {
310
- result: a,
311
- message: msg
312
- };
313
- msg = escapeHtml(msg);
314
- QUnit.log(details);
315
- config.current.assertions.push({
316
- result: a,
317
- message: msg
318
- });
319
- },
320
-
321
- /**
322
- * Checks that the first two arguments are equal, with an optional message.
323
- * Prints out both actual and expected values.
324
- *
325
- * Prefered to ok( actual == expected, message )
326
- *
327
- * @example equal( format("Received {0} bytes.", 2), "Received 2 bytes." );
328
- *
329
- * @param Object actual
330
- * @param Object expected
331
- * @param String message (optional)
332
- */
333
- equal: function(actual, expected, message) {
334
- QUnit.push(expected == actual, actual, expected, message);
335
- },
336
-
337
- notEqual: function(actual, expected, message) {
338
- QUnit.push(expected != actual, actual, expected, message);
339
- },
340
-
341
- deepEqual: function(actual, expected, message) {
342
- QUnit.push(QUnit.equiv(actual, expected), actual, expected, message);
343
- },
344
-
345
- notDeepEqual: function(actual, expected, message) {
346
- QUnit.push(!QUnit.equiv(actual, expected), actual, expected, message);
347
- },
348
-
349
- strictEqual: function(actual, expected, message) {
350
- QUnit.push(expected === actual, actual, expected, message);
351
- },
352
-
353
- notStrictEqual: function(actual, expected, message) {
354
- QUnit.push(expected !== actual, actual, expected, message);
355
- },
356
-
357
- raises: function(block, expected, message) {
358
- var actual, ok = false;
359
-
360
- if (typeof expected === 'string') {
361
- message = expected;
362
- expected = null;
363
- }
364
-
365
- try {
366
- block();
367
- } catch (e) {
368
- actual = e;
369
- }
370
-
371
- if (actual) {
372
- // we don't want to validate thrown error
373
- if (!expected) {
374
- ok = true;
375
- // expected is a regexp
376
- } else if (QUnit.objectType(expected) === "regexp") {
377
- ok = expected.test(actual);
378
- // expected is a constructor
379
- } else if (actual instanceof expected) {
380
- ok = true;
381
- // expected is a validation function which returns true is validation passed
382
- } else if (expected.call({}, actual) === true) {
383
- ok = true;
384
- }
385
- }
386
-
387
- QUnit.ok(ok, message);
388
- },
389
-
390
- start: function() {
391
- config.semaphore--;
392
- if (config.semaphore > 0) {
393
- // don't start until equal number of stop-calls
394
- return;
395
- }
396
- if (config.semaphore < 0) {
397
- // ignore if start is called more often then stop
398
- config.semaphore = 0;
399
- }
400
- // A slight delay, to avoid any current callbacks
401
- if ( defined.setTimeout ) {
402
- window.setTimeout(function() {
403
- if (config.semaphore > 0) {
404
- return;
405
- }
406
- if ( config.timeout ) {
407
- clearTimeout(config.timeout);
408
- }
409
-
410
- config.blocking = false;
411
- process();
412
- }, 13);
413
- } else {
414
- config.blocking = false;
415
- process();
416
- }
417
- },
418
-
419
- stop: function(timeout) {
420
- config.semaphore++;
421
- config.blocking = true;
422
-
423
- if ( timeout && defined.setTimeout ) {
424
- clearTimeout(config.timeout);
425
- config.timeout = window.setTimeout(function() {
426
- QUnit.ok( false, "Test timed out" );
427
- QUnit.start();
428
- }, timeout);
429
- }
430
- }
431
- };
432
-
433
- // Backwards compatibility, deprecated
434
- QUnit.equals = QUnit.equal;
435
- QUnit.same = QUnit.deepEqual;
436
-
437
- // Maintain internal state
438
- var config = {
439
- // The queue of tests to run
440
- queue: [],
441
-
442
- // block until document ready
443
- blocking: true,
444
-
445
- // when enabled, show only failing tests
446
- // gets persisted through sessionStorage and can be changed in UI via checkbox
447
- hidepassed: false,
448
-
449
- // by default, run previously failed tests first
450
- // very useful in combination with "Hide passed tests" checked
451
- reorder: true,
452
-
453
- // by default, modify document.title when suite is done
454
- altertitle: true,
455
-
456
- urlConfig: ['noglobals', 'notrycatch']
457
- };
458
-
459
- // Load paramaters
460
- (function() {
461
- var location = window.location || { search: "", protocol: "file:" },
462
- params = location.search.slice( 1 ).split( "&" ),
463
- length = params.length,
464
- urlParams = {},
465
- current;
466
-
467
- if ( params[ 0 ] ) {
468
- for ( var i = 0; i < length; i++ ) {
469
- current = params[ i ].split( "=" );
470
- current[ 0 ] = decodeURIComponent( current[ 0 ] );
471
- // allow just a key to turn on a flag, e.g., test.html?noglobals
472
- current[ 1 ] = current[ 1 ] ? decodeURIComponent( current[ 1 ] ) : true;
473
- urlParams[ current[ 0 ] ] = current[ 1 ];
474
- }
475
- }
476
-
477
- QUnit.urlParams = urlParams;
478
- config.filter = urlParams.filter;
479
-
480
- // Figure out if we're running the tests from a server or not
481
- QUnit.isLocal = !!(location.protocol === 'file:');
482
- })();
483
-
484
- // Expose the API as global variables, unless an 'exports'
485
- // object exists, in that case we assume we're in CommonJS
486
- if ( typeof exports === "undefined" || typeof require === "undefined" ) {
487
- extend(window, QUnit);
488
- window.QUnit = QUnit;
489
- } else {
490
- extend(exports, QUnit);
491
- exports.QUnit = QUnit;
492
- }
493
-
494
- // define these after exposing globals to keep them in these QUnit namespace only
495
- extend(QUnit, {
496
- config: config,
497
-
498
- // Initialize the configuration options
499
- init: function() {
500
- extend(config, {
501
- stats: { all: 0, bad: 0 },
502
- moduleStats: { all: 0, bad: 0 },
503
- started: +new Date,
504
- updateRate: 1000,
505
- blocking: false,
506
- autostart: true,
507
- autorun: false,
508
- filter: "",
509
- queue: [],
510
- semaphore: 0
511
- });
512
-
513
- var tests = id( "qunit-tests" ),
514
- banner = id( "qunit-banner" ),
515
- result = id( "qunit-testresult" );
516
-
517
- if ( tests ) {
518
- tests.innerHTML = "";
519
- }
520
-
521
- if ( banner ) {
522
- banner.className = "";
523
- }
524
-
525
- if ( result ) {
526
- result.parentNode.removeChild( result );
527
- }
528
-
529
- if ( tests ) {
530
- result = document.createElement( "p" );
531
- result.id = "qunit-testresult";
532
- result.className = "result";
533
- tests.parentNode.insertBefore( result, tests );
534
- result.innerHTML = 'Running...<br/>&nbsp;';
535
- }
536
- },
537
-
538
- /**
539
- * Resets the test setup. Useful for tests that modify the DOM.
540
- *
541
- * If jQuery is available, uses jQuery's html(), otherwise just innerHTML.
542
- */
543
- reset: function() {
544
- if ( window.jQuery ) {
545
- jQuery( "#qunit-fixture" ).html( config.fixture );
546
- } else {
547
- var main = id( 'qunit-fixture' );
548
- if ( main ) {
549
- main.innerHTML = config.fixture;
550
- }
551
- }
552
- },
553
-
554
- /**
555
- * Trigger an event on an element.
556
- *
557
- * @example triggerEvent( document.body, "click" );
558
- *
559
- * @param DOMElement elem
560
- * @param String type
561
- */
562
- triggerEvent: function( elem, type, event ) {
563
- if ( document.createEvent ) {
564
- event = document.createEvent("MouseEvents");
565
- event.initMouseEvent(type, true, true, elem.ownerDocument.defaultView,
566
- 0, 0, 0, 0, 0, false, false, false, false, 0, null);
567
- elem.dispatchEvent( event );
568
-
569
- } else if ( elem.fireEvent ) {
570
- elem.fireEvent("on"+type);
571
- }
572
- },
573
-
574
- // Safe object type checking
575
- is: function( type, obj ) {
576
- return QUnit.objectType( obj ) == type;
577
- },
578
-
579
- objectType: function( obj ) {
580
- if (typeof obj === "undefined") {
581
- return "undefined";
582
-
583
- // consider: typeof null === object
584
- }
585
- if (obj === null) {
586
- return "null";
587
- }
588
-
589
- var type = Object.prototype.toString.call( obj )
590
- .match(/^\[object\s(.*)\]$/)[1] || '';
591
-
592
- switch (type) {
593
- case 'Number':
594
- if (isNaN(obj)) {
595
- return "nan";
596
- } else {
597
- return "number";
598
- }
599
- case 'String':
600
- case 'Boolean':
601
- case 'Array':
602
- case 'Date':
603
- case 'RegExp':
604
- case 'Function':
605
- return type.toLowerCase();
606
- }
607
- if (typeof obj === "object") {
608
- return "object";
609
- }
610
- return undefined;
611
- },
612
-
613
- push: function(result, actual, expected, message) {
614
- var details = {
615
- result: result,
616
- message: message,
617
- actual: actual,
618
- expected: expected
619
- };
620
-
621
- message = escapeHtml(message) || (result ? "okay" : "failed");
622
- message = '<span class="test-message">' + message + "</span>";
623
- expected = escapeHtml(QUnit.jsDump.parse(expected));
624
- actual = escapeHtml(QUnit.jsDump.parse(actual));
625
- var output = message + '<table><tr class="test-expected"><th>Expected: </th><td><pre>' + expected + '</pre></td></tr>';
626
- if (actual != expected) {
627
- output += '<tr class="test-actual"><th>Result: </th><td><pre>' + actual + '</pre></td></tr>';
628
- output += '<tr class="test-diff"><th>Diff: </th><td><pre>' + QUnit.diff(expected, actual) +'</pre></td></tr>';
629
- }
630
- if (!result) {
631
- var source = sourceFromStacktrace();
632
- if (source) {
633
- details.source = source;
634
- output += '<tr class="test-source"><th>Source: </th><td><pre>' + escapeHtml(source) + '</pre></td></tr>';
635
- }
636
- }
637
- output += "</table>";
638
-
639
- QUnit.log(details);
640
-
641
- config.current.assertions.push({
642
- result: !!result,
643
- message: output
644
- });
645
- },
646
-
647
- url: function( params ) {
648
- params = extend( extend( {}, QUnit.urlParams ), params );
649
- var querystring = "?",
650
- key;
651
- for ( key in params ) {
652
- querystring += encodeURIComponent( key ) + "=" +
653
- encodeURIComponent( params[ key ] ) + "&";
654
- }
655
- return window.location.pathname + querystring.slice( 0, -1 );
656
- },
657
-
658
- extend: extend,
659
- id: id,
660
- addEvent: addEvent,
661
-
662
- // Logging callbacks; all receive a single argument with the listed properties
663
- // run test/logs.html for any related changes
664
- begin: function() {},
665
- // done: { failed, passed, total, runtime }
666
- done: function() {},
667
- // log: { result, actual, expected, message }
668
- log: function() {},
669
- // testStart: { name }
670
- testStart: function() {},
671
- // testDone: { name, failed, passed, total }
672
- testDone: function() {},
673
- // moduleStart: { name }
674
- moduleStart: function() {},
675
- // moduleDone: { name, failed, passed, total }
676
- moduleDone: function() {}
677
- });
678
-
679
- if ( typeof document === "undefined" || document.readyState === "complete" ) {
680
- config.autorun = true;
681
- }
682
-
683
- QUnit.load = function() {
684
- QUnit.begin({});
685
-
686
- // Initialize the config, saving the execution queue
687
- var oldconfig = extend({}, config);
688
- QUnit.init();
689
- extend(config, oldconfig);
690
-
691
- config.blocking = false;
692
-
693
- var urlConfigHtml = '', len = config.urlConfig.length;
694
- for ( var i = 0, val; i < len, val = config.urlConfig[i]; i++ ) {
695
- config[val] = QUnit.urlParams[val];
696
- urlConfigHtml += '<label><input name="' + val + '" type="checkbox"' + ( config[val] ? ' checked="checked"' : '' ) + '>' + val + '</label>';
697
- }
698
-
699
- var userAgent = id("qunit-userAgent");
700
- if ( userAgent ) {
701
- userAgent.innerHTML = navigator.userAgent;
702
- }
703
- var banner = id("qunit-header");
704
- if ( banner ) {
705
- banner.innerHTML = '<a href="' + QUnit.url({ filter: undefined }) + '"> ' + banner.innerHTML + '</a> ' + urlConfigHtml;
706
- addEvent( banner, "change", function( event ) {
707
- var params = {};
708
- params[ event.target.name ] = event.target.checked ? true : undefined;
709
- window.location = QUnit.url( params );
710
- });
711
- }
712
-
713
- var toolbar = id("qunit-testrunner-toolbar");
714
- if ( toolbar ) {
715
- var filter = document.createElement("input");
716
- filter.type = "checkbox";
717
- filter.id = "qunit-filter-pass";
718
- addEvent( filter, "click", function() {
719
- var ol = document.getElementById("qunit-tests");
720
- if ( filter.checked ) {
721
- ol.className = ol.className + " hidepass";
722
- } else {
723
- var tmp = " " + ol.className.replace( /[\n\t\r]/g, " " ) + " ";
724
- ol.className = tmp.replace(/ hidepass /, " ");
725
- }
726
- if ( defined.sessionStorage ) {
727
- if (filter.checked) {
728
- sessionStorage.setItem("qunit-filter-passed-tests", "true");
729
- } else {
730
- sessionStorage.removeItem("qunit-filter-passed-tests");
731
- }
732
- }
733
- });
734
- if ( config.hidepassed || defined.sessionStorage && sessionStorage.getItem("qunit-filter-passed-tests") ) {
735
- filter.checked = true;
736
- var ol = document.getElementById("qunit-tests");
737
- ol.className = ol.className + " hidepass";
738
- }
739
- toolbar.appendChild( filter );
740
-
741
- var label = document.createElement("label");
742
- label.setAttribute("for", "qunit-filter-pass");
743
- label.innerHTML = "Hide passed tests";
744
- toolbar.appendChild( label );
745
- }
746
-
747
- var main = id('qunit-fixture');
748
- if ( main ) {
749
- config.fixture = main.innerHTML;
750
- }
751
-
752
- if (config.autostart) {
753
- QUnit.start();
754
- }
755
- };
756
-
757
- addEvent(window, "load", QUnit.load);
758
-
759
- function done() {
760
- config.autorun = true;
761
-
762
- // Log the last module results
763
- if ( config.currentModule ) {
764
- QUnit.moduleDone( {
765
- name: config.currentModule,
766
- failed: config.moduleStats.bad,
767
- passed: config.moduleStats.all - config.moduleStats.bad,
768
- total: config.moduleStats.all
769
- } );
770
- }
771
-
772
- var banner = id("qunit-banner"),
773
- tests = id("qunit-tests"),
774
- runtime = +new Date - config.started,
775
- passed = config.stats.all - config.stats.bad,
776
- html = [
777
- 'Tests completed in ',
778
- runtime,
779
- ' milliseconds.<br/>',
780
- '<span class="passed">',
781
- passed,
782
- '</span> tests of <span class="total">',
783
- config.stats.all,
784
- '</span> passed, <span class="failed">',
785
- config.stats.bad,
786
- '</span> failed.'
787
- ].join('');
788
-
789
- if ( banner ) {
790
- banner.className = (config.stats.bad ? "qunit-fail" : "qunit-pass");
791
- }
792
-
793
- if ( tests ) {
794
- id( "qunit-testresult" ).innerHTML = html;
795
- }
796
-
797
- if ( config.altertitle && typeof document !== "undefined" && document.title ) {
798
- // show ✖ for good, ✔ for bad suite result in title
799
- // use escape sequences in case file gets loaded with non-utf-8-charset
800
- document.title = [
801
- (config.stats.bad ? "\u2716" : "\u2714"),
802
- document.title.replace(/^[\u2714\u2716] /i, "")
803
- ].join(" ");
804
- }
805
-
806
- QUnit.done( {
807
- failed: config.stats.bad,
808
- passed: passed,
809
- total: config.stats.all,
810
- runtime: runtime
811
- } );
812
- }
813
-
814
- function validTest( name ) {
815
- var filter = config.filter,
816
- run = false;
817
-
818
- if ( !filter ) {
819
- return true;
820
- }
821
-
822
- var not = filter.charAt( 0 ) === "!";
823
- if ( not ) {
824
- filter = filter.slice( 1 );
825
- }
826
-
827
- if ( name.indexOf( filter ) !== -1 ) {
828
- return !not;
829
- }
830
-
831
- if ( not ) {
832
- run = true;
833
- }
834
-
835
- return run;
836
- }
837
-
838
- // so far supports only Firefox, Chrome and Opera (buggy)
839
- // could be extended in the future to use something like https://github.com/csnover/TraceKit
840
- function sourceFromStacktrace() {
841
- try {
842
- throw new Error();
843
- } catch ( e ) {
844
- if (e.stacktrace) {
845
- // Opera
846
- return e.stacktrace.split("\n")[6];
847
- } else if (e.stack) {
848
- // Firefox, Chrome
849
- return e.stack.split("\n")[4];
850
- } else if (e.sourceURL) {
851
- // Safari, PhantomJS
852
- // TODO sourceURL points at the 'throw new Error' line above, useless
853
- //return e.sourceURL + ":" + e.line;
854
- }
855
- }
856
- }
857
-
858
- function escapeHtml(s) {
859
- if (!s) {
860
- return "";
861
- }
862
- s = s + "";
863
- return s.replace(/[\&"<>\\]/g, function(s) {
864
- switch(s) {
865
- case "&": return "&amp;";
866
- case "\\": return "\\\\";
867
- case '"': return '\"';
868
- case "<": return "&lt;";
869
- case ">": return "&gt;";
870
- default: return s;
871
- }
872
- });
873
- }
874
-
875
- function synchronize( callback ) {
876
- config.queue.push( callback );
877
-
878
- if ( config.autorun && !config.blocking ) {
879
- process();
880
- }
881
- }
882
-
883
- function process() {
884
- var start = (new Date()).getTime();
885
-
886
- while ( config.queue.length && !config.blocking ) {
887
- if ( config.updateRate <= 0 || (((new Date()).getTime() - start) < config.updateRate) ) {
888
- config.queue.shift()();
889
- } else {
890
- window.setTimeout( process, 13 );
891
- break;
892
- }
893
- }
894
- if (!config.blocking && !config.queue.length) {
895
- done();
896
- }
897
- }
898
-
899
- function saveGlobal() {
900
- config.pollution = [];
901
-
902
- if ( config.noglobals ) {
903
- for ( var key in window ) {
904
- config.pollution.push( key );
905
- }
906
- }
907
- }
908
-
909
- function checkPollution( name ) {
910
- var old = config.pollution;
911
- saveGlobal();
912
-
913
- var newGlobals = diff( config.pollution, old );
914
- if ( newGlobals.length > 0 ) {
915
- ok( false, "Introduced global variable(s): " + newGlobals.join(", ") );
916
- }
917
-
918
- var deletedGlobals = diff( old, config.pollution );
919
- if ( deletedGlobals.length > 0 ) {
920
- ok( false, "Deleted global variable(s): " + deletedGlobals.join(", ") );
921
- }
922
- }
923
-
924
- // returns a new Array with the elements that are in a but not in b
925
- function diff( a, b ) {
926
- var result = a.slice();
927
- for ( var i = 0; i < result.length; i++ ) {
928
- for ( var j = 0; j < b.length; j++ ) {
929
- if ( result[i] === b[j] ) {
930
- result.splice(i, 1);
931
- i--;
932
- break;
933
- }
934
- }
935
- }
936
- return result;
937
- }
938
-
939
- function fail(message, exception, callback) {
940
- if ( typeof console !== "undefined" && console.error && console.warn ) {
941
- console.error(message);
942
- console.error(exception);
943
- console.warn(callback.toString());
944
-
945
- } else if ( window.opera && opera.postError ) {
946
- opera.postError(message, exception, callback.toString);
947
- }
948
- }
949
-
950
- function extend(a, b) {
951
- for ( var prop in b ) {
952
- if ( b[prop] === undefined ) {
953
- delete a[prop];
954
- } else {
955
- a[prop] = b[prop];
956
- }
957
- }
958
-
959
- return a;
960
- }
961
-
962
- function addEvent(elem, type, fn) {
963
- if ( elem.addEventListener ) {
964
- elem.addEventListener( type, fn, false );
965
- } else if ( elem.attachEvent ) {
966
- elem.attachEvent( "on" + type, fn );
967
- } else {
968
- fn();
969
- }
970
- }
971
-
972
- function id(name) {
973
- return !!(typeof document !== "undefined" && document && document.getElementById) &&
974
- document.getElementById( name );
975
- }
976
-
977
- // Test for equality any JavaScript type.
978
- // Discussions and reference: http://philrathe.com/articles/equiv
979
- // Test suites: http://philrathe.com/tests/equiv
980
- // Author: Philippe Rathé <prathe@gmail.com>
981
- QUnit.equiv = function () {
982
-
983
- var innerEquiv; // the real equiv function
984
- var callers = []; // stack to decide between skip/abort functions
985
- var parents = []; // stack to avoiding loops from circular referencing
986
-
987
- // Call the o related callback with the given arguments.
988
- function bindCallbacks(o, callbacks, args) {
989
- var prop = QUnit.objectType(o);
990
- if (prop) {
991
- if (QUnit.objectType(callbacks[prop]) === "function") {
992
- return callbacks[prop].apply(callbacks, args);
993
- } else {
994
- return callbacks[prop]; // or undefined
995
- }
996
- }
997
- }
998
-
999
- var callbacks = function () {
1000
-
1001
- // for string, boolean, number and null
1002
- function useStrictEquality(b, a) {
1003
- if (b instanceof a.constructor || a instanceof b.constructor) {
1004
- // to catch short annotaion VS 'new' annotation of a
1005
- // declaration
1006
- // e.g. var i = 1;
1007
- // var j = new Number(1);
1008
- return a == b;
1009
- } else {
1010
- return a === b;
1011
- }
1012
- }
1013
-
1014
- return {
1015
- "string" : useStrictEquality,
1016
- "boolean" : useStrictEquality,
1017
- "number" : useStrictEquality,
1018
- "null" : useStrictEquality,
1019
- "undefined" : useStrictEquality,
1020
-
1021
- "nan" : function(b) {
1022
- return isNaN(b);
1023
- },
1024
-
1025
- "date" : function(b, a) {
1026
- return QUnit.objectType(b) === "date"
1027
- && a.valueOf() === b.valueOf();
1028
- },
1029
-
1030
- "regexp" : function(b, a) {
1031
- return QUnit.objectType(b) === "regexp"
1032
- && a.source === b.source && // the regex itself
1033
- a.global === b.global && // and its modifers
1034
- // (gmi) ...
1035
- a.ignoreCase === b.ignoreCase
1036
- && a.multiline === b.multiline;
1037
- },
1038
-
1039
- // - skip when the property is a method of an instance (OOP)
1040
- // - abort otherwise,
1041
- // initial === would have catch identical references anyway
1042
- "function" : function() {
1043
- var caller = callers[callers.length - 1];
1044
- return caller !== Object && typeof caller !== "undefined";
1045
- },
1046
-
1047
- "array" : function(b, a) {
1048
- var i, j, loop;
1049
- var len;
1050
-
1051
- // b could be an object literal here
1052
- if (!(QUnit.objectType(b) === "array")) {
1053
- return false;
1054
- }
1055
-
1056
- len = a.length;
1057
- if (len !== b.length) { // safe and faster
1058
- return false;
1059
- }
1060
-
1061
- // track reference to avoid circular references
1062
- parents.push(a);
1063
- for (i = 0; i < len; i++) {
1064
- loop = false;
1065
- for (j = 0; j < parents.length; j++) {
1066
- if (parents[j] === a[i]) {
1067
- loop = true;// dont rewalk array
1068
- }
1069
- }
1070
- if (!loop && !innerEquiv(a[i], b[i])) {
1071
- parents.pop();
1072
- return false;
1073
- }
1074
- }
1075
- parents.pop();
1076
- return true;
1077
- },
1078
-
1079
- "object" : function(b, a) {
1080
- var i, j, loop;
1081
- var eq = true; // unless we can proove it
1082
- var aProperties = [], bProperties = []; // collection of
1083
- // strings
1084
-
1085
- // comparing constructors is more strict than using
1086
- // instanceof
1087
- if (a.constructor !== b.constructor) {
1088
- return false;
1089
- }
1090
-
1091
- // stack constructor before traversing properties
1092
- callers.push(a.constructor);
1093
- // track reference to avoid circular references
1094
- parents.push(a);
1095
-
1096
- for (i in a) { // be strict: don't ensures hasOwnProperty
1097
- // and go deep
1098
- loop = false;
1099
- for (j = 0; j < parents.length; j++) {
1100
- if (parents[j] === a[i])
1101
- loop = true; // don't go down the same path
1102
- // twice
1103
- }
1104
- aProperties.push(i); // collect a's properties
1105
-
1106
- if (!loop && !innerEquiv(a[i], b[i])) {
1107
- eq = false;
1108
- break;
1109
- }
1110
- }
1111
-
1112
- callers.pop(); // unstack, we are done
1113
- parents.pop();
1114
-
1115
- for (i in b) {
1116
- bProperties.push(i); // collect b's properties
1117
- }
1118
-
1119
- // Ensures identical properties name
1120
- return eq
1121
- && innerEquiv(aProperties.sort(), bProperties
1122
- .sort());
1123
- }
1124
- };
1125
- }();
1126
-
1127
- innerEquiv = function() { // can take multiple arguments
1128
- var args = Array.prototype.slice.apply(arguments);
1129
- if (args.length < 2) {
1130
- return true; // end transition
1131
- }
1132
-
1133
- return (function(a, b) {
1134
- if (a === b) {
1135
- return true; // catch the most you can
1136
- } else if (a === null || b === null || typeof a === "undefined"
1137
- || typeof b === "undefined"
1138
- || QUnit.objectType(a) !== QUnit.objectType(b)) {
1139
- return false; // don't lose time with error prone cases
1140
- } else {
1141
- return bindCallbacks(a, callbacks, [ b, a ]);
1142
- }
1143
-
1144
- // apply transition with (1..n) arguments
1145
- })(args[0], args[1])
1146
- && arguments.callee.apply(this, args.splice(1,
1147
- args.length - 1));
1148
- };
1149
-
1150
- return innerEquiv;
1151
-
1152
- }();
1153
-
1154
- /**
1155
- * jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com |
1156
- * http://flesler.blogspot.com Licensed under BSD
1157
- * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008
1158
- *
1159
- * @projectDescription Advanced and extensible data dumping for Javascript.
1160
- * @version 1.0.0
1161
- * @author Ariel Flesler
1162
- * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
1163
- */
1164
- QUnit.jsDump = (function() {
1165
- function quote( str ) {
1166
- return '"' + str.toString().replace(/"/g, '\\"') + '"';
1167
- };
1168
- function literal( o ) {
1169
- return o + '';
1170
- };
1171
- function join( pre, arr, post ) {
1172
- var s = jsDump.separator(),
1173
- base = jsDump.indent(),
1174
- inner = jsDump.indent(1);
1175
- if ( arr.join )
1176
- arr = arr.join( ',' + s + inner );
1177
- if ( !arr )
1178
- return pre + post;
1179
- return [ pre, inner + arr, base + post ].join(s);
1180
- };
1181
- function array( arr, stack ) {
1182
- var i = arr.length, ret = Array(i);
1183
- this.up();
1184
- while ( i-- )
1185
- ret[i] = this.parse( arr[i] , undefined , stack);
1186
- this.down();
1187
- return join( '[', ret, ']' );
1188
- };
1189
-
1190
- var reName = /^function (\w+)/;
1191
-
1192
- var jsDump = {
1193
- parse:function( obj, type, stack ) { //type is used mostly internally, you can fix a (custom)type in advance
1194
- stack = stack || [ ];
1195
- var parser = this.parsers[ type || this.typeOf(obj) ];
1196
- type = typeof parser;
1197
- var inStack = inArray(obj, stack);
1198
- if (inStack != -1) {
1199
- return 'recursion('+(inStack - stack.length)+')';
1200
- }
1201
- //else
1202
- if (type == 'function') {
1203
- stack.push(obj);
1204
- var res = parser.call( this, obj, stack );
1205
- stack.pop();
1206
- return res;
1207
- }
1208
- // else
1209
- return (type == 'string') ? parser : this.parsers.error;
1210
- },
1211
- typeOf:function( obj ) {
1212
- var type;
1213
- if ( obj === null ) {
1214
- type = "null";
1215
- } else if (typeof obj === "undefined") {
1216
- type = "undefined";
1217
- } else if (QUnit.is("RegExp", obj)) {
1218
- type = "regexp";
1219
- } else if (QUnit.is("Date", obj)) {
1220
- type = "date";
1221
- } else if (QUnit.is("Function", obj)) {
1222
- type = "function";
1223
- } else if (typeof obj.setInterval !== undefined && typeof obj.document !== "undefined" && typeof obj.nodeType === "undefined") {
1224
- type = "window";
1225
- } else if (obj.nodeType === 9) {
1226
- type = "document";
1227
- } else if (obj.nodeType) {
1228
- type = "node";
1229
- } else if (typeof obj === "object" && typeof obj.length === "number" && obj.length >= 0) {
1230
- type = "array";
1231
- } else {
1232
- type = typeof obj;
1233
- }
1234
- return type;
1235
- },
1236
- separator:function() {
1237
- return this.multiline ? this.HTML ? '<br />' : '\n' : this.HTML ? '&nbsp;' : ' ';
1238
- },
1239
- indent:function( extra ) {// extra can be a number, shortcut for increasing-calling-decreasing
1240
- if ( !this.multiline )
1241
- return '';
1242
- var chr = this.indentChar;
1243
- if ( this.HTML )
1244
- chr = chr.replace(/\t/g,' ').replace(/ /g,'&nbsp;');
1245
- return Array( this._depth_ + (extra||0) ).join(chr);
1246
- },
1247
- up:function( a ) {
1248
- this._depth_ += a || 1;
1249
- },
1250
- down:function( a ) {
1251
- this._depth_ -= a || 1;
1252
- },
1253
- setParser:function( name, parser ) {
1254
- this.parsers[name] = parser;
1255
- },
1256
- // The next 3 are exposed so you can use them
1257
- quote:quote,
1258
- literal:literal,
1259
- join:join,
1260
- //
1261
- _depth_: 1,
1262
- // This is the list of parsers, to modify them, use jsDump.setParser
1263
- parsers:{
1264
- window: '[Window]',
1265
- document: '[Document]',
1266
- error:'[ERROR]', //when no parser is found, shouldn't happen
1267
- unknown: '[Unknown]',
1268
- 'null':'null',
1269
- 'undefined':'undefined',
1270
- 'function':function( fn ) {
1271
- var ret = 'function',
1272
- name = 'name' in fn ? fn.name : (reName.exec(fn)||[])[1];//functions never have name in IE
1273
- if ( name )
1274
- ret += ' ' + name;
1275
- ret += '(';
1276
-
1277
- ret = [ ret, QUnit.jsDump.parse( fn, 'functionArgs' ), '){'].join('');
1278
- return join( ret, QUnit.jsDump.parse(fn,'functionCode'), '}' );
1279
- },
1280
- array: array,
1281
- nodelist: array,
1282
- arguments: array,
1283
- object:function( map, stack ) {
1284
- var ret = [ ];
1285
- QUnit.jsDump.up();
1286
- for ( var key in map ) {
1287
- var val = map[key];
1288
- ret.push( QUnit.jsDump.parse(key,'key') + ': ' + QUnit.jsDump.parse(val, undefined, stack));
1289
- }
1290
- QUnit.jsDump.down();
1291
- return join( '{', ret, '}' );
1292
- },
1293
- node:function( node ) {
1294
- var open = QUnit.jsDump.HTML ? '&lt;' : '<',
1295
- close = QUnit.jsDump.HTML ? '&gt;' : '>';
1296
-
1297
- var tag = node.nodeName.toLowerCase(),
1298
- ret = open + tag;
1299
-
1300
- for ( var a in QUnit.jsDump.DOMAttrs ) {
1301
- var val = node[QUnit.jsDump.DOMAttrs[a]];
1302
- if ( val )
1303
- ret += ' ' + a + '=' + QUnit.jsDump.parse( val, 'attribute' );
1304
- }
1305
- return ret + close + open + '/' + tag + close;
1306
- },
1307
- functionArgs:function( fn ) {//function calls it internally, it's the arguments part of the function
1308
- var l = fn.length;
1309
- if ( !l ) return '';
1310
-
1311
- var args = Array(l);
1312
- while ( l-- )
1313
- args[l] = String.fromCharCode(97+l);//97 is 'a'
1314
- return ' ' + args.join(', ') + ' ';
1315
- },
1316
- key:quote, //object calls it internally, the key part of an item in a map
1317
- functionCode:'[code]', //function calls it internally, it's the content of the function
1318
- attribute:quote, //node calls it internally, it's an html attribute value
1319
- string:quote,
1320
- date:quote,
1321
- regexp:literal, //regex
1322
- number:literal,
1323
- 'boolean':literal
1324
- },
1325
- DOMAttrs:{//attributes to dump from nodes, name=>realName
1326
- id:'id',
1327
- name:'name',
1328
- 'class':'className'
1329
- },
1330
- HTML:false,//if true, entities are escaped ( <, >, \t, space and \n )
1331
- indentChar:' ',//indentation unit
1332
- multiline:true //if true, items in a collection, are separated by a \n, else just a space.
1333
- };
1334
-
1335
- return jsDump;
1336
- })();
1337
-
1338
- // from Sizzle.js
1339
- function getText( elems ) {
1340
- var ret = "", elem;
1341
-
1342
- for ( var i = 0; elems[i]; i++ ) {
1343
- elem = elems[i];
1344
-
1345
- // Get the text from text nodes and CDATA nodes
1346
- if ( elem.nodeType === 3 || elem.nodeType === 4 ) {
1347
- ret += elem.nodeValue;
1348
-
1349
- // Traverse everything else, except comment nodes
1350
- } else if ( elem.nodeType !== 8 ) {
1351
- ret += getText( elem.childNodes );
1352
- }
1353
- }
1354
-
1355
- return ret;
1356
- };
1357
-
1358
- //from jquery.js
1359
- function inArray( elem, array ) {
1360
- if ( array.indexOf ) {
1361
- return array.indexOf( elem );
1362
- }
1363
-
1364
- for ( var i = 0, length = array.length; i < length; i++ ) {
1365
- if ( array[ i ] === elem ) {
1366
- return i;
1367
- }
1368
- }
1369
-
1370
- return -1;
1371
- }
1372
-
1373
- /*
1374
- * Javascript Diff Algorithm
1375
- * By John Resig (http://ejohn.org/)
1376
- * Modified by Chu Alan "sprite"
1377
- *
1378
- * Released under the MIT license.
1379
- *
1380
- * More Info:
1381
- * http://ejohn.org/projects/javascript-diff-algorithm/
1382
- *
1383
- * Usage: QUnit.diff(expected, actual)
1384
- *
1385
- * QUnit.diff("the quick brown fox jumped over", "the quick fox jumps over") == "the quick <del>brown </del> fox <del>jumped </del><ins>jumps </ins> over"
1386
- */
1387
- QUnit.diff = (function() {
1388
- function diff(o, n) {
1389
- var ns = {};
1390
- var os = {};
1391
-
1392
- for (var i = 0; i < n.length; i++) {
1393
- if (ns[n[i]] == null)
1394
- ns[n[i]] = {
1395
- rows: [],
1396
- o: null
1397
- };
1398
- ns[n[i]].rows.push(i);
1399
- }
1400
-
1401
- for (var i = 0; i < o.length; i++) {
1402
- if (os[o[i]] == null)
1403
- os[o[i]] = {
1404
- rows: [],
1405
- n: null
1406
- };
1407
- os[o[i]].rows.push(i);
1408
- }
1409
-
1410
- for (var i in ns) {
1411
- if (ns[i].rows.length == 1 && typeof(os[i]) != "undefined" && os[i].rows.length == 1) {
1412
- n[ns[i].rows[0]] = {
1413
- text: n[ns[i].rows[0]],
1414
- row: os[i].rows[0]
1415
- };
1416
- o[os[i].rows[0]] = {
1417
- text: o[os[i].rows[0]],
1418
- row: ns[i].rows[0]
1419
- };
1420
- }
1421
- }
1422
-
1423
- for (var i = 0; i < n.length - 1; i++) {
1424
- if (n[i].text != null && n[i + 1].text == null && n[i].row + 1 < o.length && o[n[i].row + 1].text == null &&
1425
- n[i + 1] == o[n[i].row + 1]) {
1426
- n[i + 1] = {
1427
- text: n[i + 1],
1428
- row: n[i].row + 1
1429
- };
1430
- o[n[i].row + 1] = {
1431
- text: o[n[i].row + 1],
1432
- row: i + 1
1433
- };
1434
- }
1435
- }
1436
-
1437
- for (var i = n.length - 1; i > 0; i--) {
1438
- if (n[i].text != null && n[i - 1].text == null && n[i].row > 0 && o[n[i].row - 1].text == null &&
1439
- n[i - 1] == o[n[i].row - 1]) {
1440
- n[i - 1] = {
1441
- text: n[i - 1],
1442
- row: n[i].row - 1
1443
- };
1444
- o[n[i].row - 1] = {
1445
- text: o[n[i].row - 1],
1446
- row: i - 1
1447
- };
1448
- }
1449
- }
1450
-
1451
- return {
1452
- o: o,
1453
- n: n
1454
- };
1455
- }
1456
-
1457
- return function(o, n) {
1458
- o = o.replace(/\s+$/, '');
1459
- n = n.replace(/\s+$/, '');
1460
- var out = diff(o == "" ? [] : o.split(/\s+/), n == "" ? [] : n.split(/\s+/));
1461
-
1462
- var str = "";
1463
-
1464
- var oSpace = o.match(/\s+/g);
1465
- if (oSpace == null) {
1466
- oSpace = [" "];
1467
- }
1468
- else {
1469
- oSpace.push(" ");
1470
- }
1471
- var nSpace = n.match(/\s+/g);
1472
- if (nSpace == null) {
1473
- nSpace = [" "];
1474
- }
1475
- else {
1476
- nSpace.push(" ");
1477
- }
1478
-
1479
- if (out.n.length == 0) {
1480
- for (var i = 0; i < out.o.length; i++) {
1481
- str += '<del>' + out.o[i] + oSpace[i] + "</del>";
1482
- }
1483
- }
1484
- else {
1485
- if (out.n[0].text == null) {
1486
- for (n = 0; n < out.o.length && out.o[n].text == null; n++) {
1487
- str += '<del>' + out.o[n] + oSpace[n] + "</del>";
1488
- }
1489
- }
1490
-
1491
- for (var i = 0; i < out.n.length; i++) {
1492
- if (out.n[i].text == null) {
1493
- str += '<ins>' + out.n[i] + nSpace[i] + "</ins>";
1494
- }
1495
- else {
1496
- var pre = "";
1497
-
1498
- for (n = out.n[i].row + 1; n < out.o.length && out.o[n].text == null; n++) {
1499
- pre += '<del>' + out.o[n] + oSpace[n] + "</del>";
1500
- }
1501
- str += " " + out.n[i].text + nSpace[i] + pre;
1502
- }
1503
- }
1504
- }
1505
-
1506
- return str;
1507
- };
1508
- })();
1509
-
1510
- })(this);