From 729d445b6885f69dd2c6355f38707bd42851c791 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:21:48 -0700 Subject: change the directory structure --- integration/snippets/number-literal-bug.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 integration/snippets/number-literal-bug.js (limited to 'integration/snippets/number-literal-bug.js') diff --git a/integration/snippets/number-literal-bug.js b/integration/snippets/number-literal-bug.js deleted file mode 100644 index cb6990348..000000000 --- a/integration/snippets/number-literal-bug.js +++ /dev/null @@ -1,11 +0,0 @@ -// test that we don't call functions on number literals -export function test() { - const precision = 10; - try { - parseFloat((0.0).toPrecision(precision) + "1"); - } catch (exception) { - throw new Error("Test Failed", exception); - } - - testDone(import.meta.url); -} -- cgit v1.2.3 cy Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-31[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9Gravatar Houston (Bot) 1-2/+2
2024-10-31Fix cli command typo (#12342)Gravatar liruifengv 2-1/+6
2024-10-31[ci] formatGravatar situ2001 1-1/+1
2024-10-31fix(cli): reset `NODE_ENV` to ensure install command run in dev mode (#12338)Gravatar situ2001 2-1/+12
2024-10-30fix(i18n): default locale in server islands (#12341)Gravatar Emanuele Stoppa 9-5/+61