Skip to content

Instantly share code, notes, and snippets.

@a-laughlin
Created November 17, 2011 18:42
Show Gist options
  • Save a-laughlin/1374042 to your computer and use it in GitHub Desktop.
Save a-laughlin/1374042 to your computer and use it in GitHub Desktop.
Test File - Moving SVN projects to Git.
var foo='test', barObj;
function bar(){
return {baz:'bop',bazReg:/^bop$/}
};
bar.prototype.someArray=[1,2,3,null,undefined,false,true,!!1,void 0,'#foo',bar];
barObj=new Bar();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment