Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('compile()', () => {
expect(out.out.text).toMatchInlineSnapshot(`
"
<body>
Evaulation Block: \${e( 3 + 4 )}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more comment here

Evaulation Block:
Evaluation Block with Nesting: \${e( 'start-{{ 2 + 1 }}-end' )}
Evaluation Block with Nesting: \${e( 'start-{{ {{ 2 + 1 }} }}-end' )}
Escaped Block: \\\\{{ 2 + 1 }}
Expand Down
Loading