diff options
Diffstat (limited to 'core/src/test/kotlin')
-rw-r--r-- | core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt b/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt index 1f514932..742d2908 100644 --- a/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt +++ b/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt @@ -7,6 +7,11 @@ import org.junit.Test class KotlinWebSiteRunnableSamplesFormatTest { private val kwsService = KotlinWebsiteRunnableSamplesFormatService(InMemoryLocationService, KotlinLanguageService()) + + @Test fun dropImport() { + verifyKWSNodeByName("dropImport", "foo") + } + @Test fun sample() { verifyKWSNodeByName("sample", "foo") } |