Skip to content

Commit c4006ec

Browse files
committed
Merge branch 'master' of github.com:regularjs/regular
Conflicts: src/Regular.js
2 parents e39d0b2 + 5751363 commit c4006ec

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2012-2014 zheng haibo(leeluolee). and regular contributors
3+
Copyright (c) 2012-2015 NetEase, Inc. and regularjs contributors.
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

dist/regular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
@author leeluolee
3-
@version 0.3.0
3+
@version 0.3.1
44
@homepage http://regularjs.github.io
55
*/
66
;(function(){

test/regular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
@author leeluolee
3-
@version 0.3.0
3+
@version 0.3.1
44
@homepage http://regularjs.github.io
55
*/
66

test/spec/test-lexer.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
var Lexer = require_lib("parser/Lexer.js");
2+
var config = require_lib("config.js");
23

34
/**
45
* setup template
@@ -67,6 +68,12 @@ describe("Lexer under mode 1 and 2", function(){
6768

6869
})
6970

71+
it("config should work", function(){
72+
config.END = "}}";
73+
config.BEGIN = "{{";
74+
75+
})
76+
7077
})
7178

7279

0 commit comments

Comments
 (0)