Skip to content

Instantly share code, notes, and snippets.

@davetayls
Last active December 12, 2015 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davetayls/4739206 to your computer and use it in GitHub Desktop.
Save davetayls/4739206 to your computer and use it in GitHub Desktop.
given([
"1234",
"^",
"<xss>",
"^",
",",
"' --",
"\""
])
.it('the name should be invalid', function(name){
});
given([
"Hello World",
"John",
"João",
"タロウ",
"やまだ",
"山田",
"先生",
"мыхаыл",
"Θεοκλεια",
"आकाङ्क्षा",
"علاء الدين",
"אַבְרָהָם",
"മലയാളം",
"상",
"D'Addario",
"John-Doe",
"P.A.M."
])
.it('the name should be valid', function(name){
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment