Skip to content

Commit 8927362

Browse files
committed
refactor: 💡 add comment
1 parent f8d06b3 commit 8927362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tests/single-quote-api/jsfmt.spec.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import prettier from "prettier/standalone";
22
import * as prettierPluginPhp from "../../src/index.mjs";
33

4-
test(`singleQuote`, async () => {
4+
// https://github.com/prettier/plugin-php/issues/2302
5+
test(`singleQuote option on format api`, async () => {
56
const input = `<?php echo link_to_route("frontend.users.user.show", $users["name"], $users['_id']); ?>`;
67
const result = await prettier.format(input, {
78
plugins: [prettierPluginPhp],

0 commit comments

Comments
 (0)