diff options
| author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-09 03:15:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-09 03:15:52 +0100 |
| commit | 7546efb83afa39770be5c7b9df72edc115e59a5b (patch) | |
| tree | 0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/format/website-html/sampleWithAsserts.html | |
| parent | 683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff) | |
| download | dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2 dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip | |
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/format/website-html/sampleWithAsserts.html')
| -rw-r--r-- | core/testdata/format/website-html/sampleWithAsserts.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/core/testdata/format/website-html/sampleWithAsserts.html b/core/testdata/format/website-html/sampleWithAsserts.html deleted file mode 100644 index 3febe91e..00000000 --- a/core/testdata/format/website-html/sampleWithAsserts.html +++ /dev/null @@ -1,28 +0,0 @@ -<div class='api-docs-breadcrumbs'><a href="../index.html">test</a> / <a href="./a.html">a</a></div> -<h1>a</h1> -<div class="node-page-main" data-platform="" data-kotlin-version=""><div class="tags"><div class="spacer"></div> -<div class="tags__tag kotlin-version"></div> -</div> -<a name="$a()"></a> -<div class="signature"><code><span class="keyword">fun </span><span class="identifier">a</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">String</span></code></div> -<div class="sample" data-min-compiler-version="1.3"><pre><code class="lang-kotlin">import java.io.FileNotFoundException -import java.io.File - -fun main(args: Array<String>) { -//sampleStart -println(a()) // Hello, Work -println("a() == b() is ${a() == b()}") // true -// A eq B -println("a() == b() is ${a() == b()}") // true -// readSomeFile(File("some.txt")) // reading file now will fail -// readSomeFile(File("some.txt")) // will fail with FileNotFoundException - -// readSomeFile(File("some.txt")) // will fail - -fun indented() { - // A neq B - println("a() != b() is ${a() != b()}") // false -} -//sampleEnd -}</code></pre></div> -</div> |
