From 5df44612270c650e0f580044832207f95aee831c Mon Sep 17 00:00:00 2001 From: Vishnuraj P S Date: Mon, 30 Dec 2024 11:36:04 +0000 Subject: [PATCH] Added few 13 related stuff --- consts.js | 4 ++++ test.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/consts.js b/consts.js index 59f9a3cf..a4d55f04 100644 --- a/consts.js +++ b/consts.js @@ -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 diff --git a/test.js b/test.js index 3c263d70..6060a5ed 100644 --- a/test.js +++ b/test.js @@ -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);