Skip to content

Commit

Permalink
Merge branch 'master' of github.com:regularjs/regular
Browse files Browse the repository at this point in the history
Conflicts:
	src/Regular.js
  • Loading branch information
leeluolee committed Feb 26, 2015
2 parents e39d0b2 + 5751363 commit c4006ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

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

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion dist/regular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@author leeluolee
@version 0.3.0
@version 0.3.1
@homepage http://regularjs.github.io
*/
;(function(){
Expand Down
2 changes: 1 addition & 1 deletion test/regular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@author leeluolee
@version 0.3.0
@version 0.3.1
@homepage http://regularjs.github.io
*/

Expand Down
7 changes: 7 additions & 0 deletions test/spec/test-lexer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var Lexer = require_lib("parser/Lexer.js");
var config = require_lib("config.js");

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

})

it("config should work", function(){
config.END = "}}";
config.BEGIN = "{{";

})

})


Expand Down

0 comments on commit c4006ec

Please sign in to comment.