diff options
Diffstat (limited to 'core/testdata/format/uninterpretedEmphasisCharacters.kt')
-rw-r--r-- | core/testdata/format/uninterpretedEmphasisCharacters.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/testdata/format/uninterpretedEmphasisCharacters.kt b/core/testdata/format/uninterpretedEmphasisCharacters.kt new file mode 100644 index 00000000..711bb567 --- /dev/null +++ b/core/testdata/format/uninterpretedEmphasisCharacters.kt @@ -0,0 +1,5 @@ +/** + * This is _emphasized text_ but text_with_underscores has to preserve the underscores. + * Single stars embedded in a word like Embedded*Star have to be preserved as well. + */ +fun foo() {}
\ No newline at end of file |