Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Tests bem-bl submodule is updated to 0.2 (close #264)
Browse files Browse the repository at this point in the history
- tests bem-bl updated
- tests fixed to inherit i18n.js from js-i to build files with include directives (close #265)
  • Loading branch information
scf2k committed Mar 19, 2013
1 parent 5b0ccf9 commit 9fedafd
Show file tree
Hide file tree
Showing 20 changed files with 10,119 additions and 4,200 deletions.
2 changes: 1 addition & 1 deletion test/data/make/project/bem-bl
Submodule bem-bl updated 49 files
+3 −2 blocks-common/.bem/level.js
+312 −282 blocks-common/i-bem/__dom/i-bem__dom.js
+29 −27 blocks-common/i-bem/__html/i-bem__html.bemhtml
+5 −5 blocks-common/i-bem/__html/lib/bemhtml.js
+5 −5 blocks-common/i-bem/__html/src/bemhtml.ometajs
+5 −5 blocks-common/i-bem/__html/src/bemhtml.ometajs.js
+24 −24 blocks-common/i-bem/__html/tests/bla.bemhtml
+30 −4 blocks-common/i-bem/__i18n/i-bem__i18n.i18n/core.js
+47 −0 blocks-common/i-bem/__i18n/lib/i18n-js.js
+59 −29 blocks-common/i-bem/__i18n/lib/tanker.js
+13 −0 blocks-common/i-bem/__i18n/test/files/dynamic-01.xml
+15 −0 blocks-common/i-bem/__i18n/test/files/dynamic-02.xml
+2 −0 blocks-common/i-bem/__i18n/test/files/entity-01.xml
+2 −0 blocks-common/i-bem/__i18n/test/files/html-01.xml
+1 −0 blocks-common/i-bem/__i18n/test/files/param-xml-01.xml
+197 −0 blocks-common/i-bem/__i18n/test/test-i18n-complex.js
+62 −0 blocks-common/i-bem/__i18n/test/test-i18n.js
+30 −0 blocks-common/i-bem/__i18n/test/test-js-parser.js
+17 −17 blocks-common/i-bem/__internal/i-bem__internal.js
+48 −33 blocks-common/i-bem/bem/techs/html.js
+115 −0 blocks-common/i-bem/bem/techs/i18n.html.js
+9 −1 blocks-common/i-bem/bem/techs/i18n.js
+13 −44 blocks-common/i-bem/bem/techs/i18n.js.js
+2 −0 blocks-common/i-bem/bem/techs/js-i.js
+45 −38 blocks-common/i-bem/bem/techs/js.js
+127 −122 blocks-common/i-bem/i-bem.js
+52 −16 blocks-common/i-ecma/__array/i-ecma__array.js
+86 −1 blocks-common/i-ecma/__array/i-ecma__array.test.js
+1 −1 blocks-common/i-ecma/__json/i-ecma__json.test.js
+44 −0 blocks-common/i-jquery/__decodeuri/i-jquery__decodeuri.js
+1 −0 blocks-common/i-jquery/__decodeuri/i-jquery__decodeuri.ru.title.txt
+5 −5 blocks-common/i-jquery/__identify/i-jquery__identify.js
+16 −16 blocks-common/i-jquery/__observable/i-jquery__observable.js
+7 −2 blocks-desktop/b-link/b-link.bemhtml
+1 −1 blocks-desktop/b-logo/examples/10-b-logo.bemjson.js
+1 −1 blocks-desktop/b-logo/examples/20-b-logo_link.bemjson.js
+1 −1 blocks-desktop/b-logo/examples/30-b-logo_slogan.bemjson.js
+4 −3 blocks-desktop/b-page/b-page.bemhtml
+13 −14 blocks-desktop/i-bem/examples/15-i-bem_click.blocks/b-square/b-square.js
+20 −21 blocks-desktop/i-bem/examples/20-i-bem_liveinit-multiple.blocks/b-tv/b-tv.js
+9 −9 blocks-desktop/i-bem/examples/40-i-bem_extend.blocks/b-link/_action/b-link_action_alert.js
+1 −0 blocks-desktop/i-bem/tests/10-base_bem.bemjson.js
+46 −0 blocks-desktop/i-bem/tests/10-base_bem.blocks/i-bem/__destruct/i-bem__destruct.test.js
+48 −2 blocks-desktop/i-bem/tests/10-base_bem.blocks/i-bem/__live-init/i-bem__live-init.test.js
+6 −6 blocks-test/i-bem/__test/i-bem__test.js
+43 −23 blocks-touch/b-slider/b-slider.js
+13 −6 blocks-touch/i-bem/__dom/i-bem__dom.js
+28 −13 blocks-touch/i-jquery/__pointer-events/i-jquery__pointer-events.js
+24 −21 blocks-touch/i-ua/i-ua.js
1 change: 1 addition & 0 deletions test/data/make/project/pages/.bem/level.js
Expand Up @@ -8,6 +8,7 @@ exports.getTechs = function() {

return {
'bemjson.js': '',
'js': 'js-i',
'i18n': PATH.join(BEM_TECHS, 'i18n.js'),
'i18n.js': PATH.join(BEM_TECHS, 'i18n.js.js'),
'bemhtml': PATH.join(BEM_TECHS, 'bemhtml.js'),
Expand Down

0 comments on commit 9fedafd

Please sign in to comment.