这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ var thirteenStrings = [
"Washington Luís", // Brazil's thirteenth president
"Millard Fillmore", // Thirteenth President of the United States
"Louis XIII", // Thirteenth king of France
"Shri Pranab Mukherjee", // Thirteenth President of india
"Manmohan Singh", // Thirteenth Prime Minister of india
"Tiramisu", // Android 13 codename
"Ventura", // // macOS 13 codename
"https://s3.amazonaws.com/rapgenius/calle13.jpg", // Calle 13, famous latin american band


Expand Down
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ tap.equal(is("Dr. Remy Beauregard Hadley").thirteen(), true);
tap.equal(is("Patty Tsai").thirteen(), true);
tap.equal(is("PT").thirteen(), true);
tap.equal(is("Washington Luís").thirteen(), true);
tap.equal(is("Shri Pranab Mukherjee").thirteen(), true);
tap.equal(is("Manmohan Singh").thirteen(), true);
tap.equal(is("Tiramisu").thirteen(), true);
tap.equal(is("Ventura").thirteen(), true);
tap.equal(is("Millard Fillmore").thirteen(), true);
tap.equal(is('https://en.wikipedia.org/wiki/XIII_(video_game)').thirteen(), true);

Expand Down