We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01b2c3 commit d0c931cCopy full SHA for d0c931c
tests/__snapshots__/fixtures.spec.ts.snap
@@ -400,14 +400,18 @@ const tagTest = pug\`
400
exports[`ruby > basic.js 1`] = `
401
"// Ruby - Tag \`ruby\` test (with formatting issues)
402
const tagTest = ruby\`
403
-def greet(name) puts "Hello, #{name}" end
404
-class User;attr_accessor :name;end
+ def greet(name)
+ puts "Hello, #{name}"
405
+end
406
+class User
407
+ attr_accessor :name
408
409
\`;
410
411
// Ruby - Comment \`/* ruby */\` test (with formatting issues)
-const tagTest2 = /* ruby */ \`
-def add(a,b) a+b end
-\`;
412
+const tagTest2 = /* ruby */ \` def add(a, b)
413
+ a + b
414
+end \`;
415
"
416
`;
417
0 commit comments