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 bcd779b commit b723fe2Copy full SHA for b723fe2
website/src/scripts/components/demo/demo.js
@@ -31,7 +31,7 @@ export default {
31
const code = `
32
const cep = require('cep-promise');
33
34
-cep('04551-010').then(console.log);
+cep('04.551-010').then(console.log);
35
`;
36
37
const highlightedCode = Prism.highlight(
website/src/scripts/components/demo/demo.test.js
@@ -11,7 +11,7 @@ function buildExpectedHighlightedCode(){
11
12
13
14
15
16
return Prism.highlight(
17
code,
0 commit comments