瀏覽代碼

tools/inc/lib/jsgettext/: remove unnecessary file

tags/vichan-devel-4.4.92
czaks Michael Foster 11 年之前
父節點
當前提交
ad809eeceb
共有 1 個文件被更改,包括 0 次插入27 次删除
  1. +0
    -27
      tools/inc/lib/jsgettext/test.js

+ 0
- 27
tools/inc/lib/jsgettext/test.js 查看文件

@@ -1,27 +0,0 @@
function _(s) {
return typeof l10n[s] != 'undefined' ? l10n[s] : s;
}
function test(param) {
var a = _("Hello world, testing jsgettext");
func(_('Test string'));
var reg1 = /"[a-z]+"/i;
var reg2 = /[a-z]+\+\/"aa"/i;
var s1 = _('string 1: single quotes');
var s2 = _("string 2: double quotes");
var s3 = _("/* comment in string */");
var s4 = _("regexp in string: /[a-z]+/i");
var s5 = jsgettext( "another function" );
var s6 = avoidme("should not see me!");
var s7 = _("string 2: \"escaped double quotes\"");
var s8 = _('string 2: \'escaped single quotes\'');

// "string in comment"
//;

/**
* multiple
* lines
* comment
* _("Hello world from comment")
*/
}

Loading…
取消
儲存