Skip to content

Commit

Permalink
Add test for #191
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Dec 6, 2023
1 parent 92277b7 commit 5ee814d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/cases/gts/issue-191.gts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Component from '@glimmer/component';

/**
* This component contains a multi-byte character
*/
export default class PooComponent extends Component {
<template>
💩
</template>
}

0 comments on commit 5ee814d

Please sign in to comment.