aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/uninterpretedEmphasisCharacters.kt
blob: 711bb56745584576d24657389b167b3d6be46d0b (plain)
1
2
3
4
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() {}