We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d06b3 commit 8927362Copy full SHA for 8927362
‎tests/single-quote-api/jsfmt.spec.mjs
@@ -1,7 +1,8 @@
1
import prettier from "prettier/standalone";
2
import * as prettierPluginPhp from "../../src/index.mjs";
3
4
-test(`singleQuote`, async () => {
+// https://github.com/prettier/plugin-php/issues/2302
5
+test(`singleQuote option on format api`, async () => {
6
const input = `<?php echo link_to_route("frontend.users.user.show", $users["name"], $users['_id']); ?>`;
7
const result = await prettier.format(input, {
8
plugins: [prettierPluginPhp],
0 commit comments