fix(test): HomeContentRenderSmokeTest nested-comment (components/* opened a block comment)
'ui/home/components/*' in the KDoc contains a /* sequence, which Kotlin treats as a NESTED block-comment opener (Kotlin nests block comments) -> unclosed comment. Reworded. androidTest now compiles. (App was never affected.) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
1eacf36d81
commit
ed0aa4d3b3
|
|
@ -12,7 +12,7 @@ import org.junit.runner.RunWith
|
||||||
/**
|
/**
|
||||||
* Instrumented render smoke for the Home screen — the on-device net for the "composes fine, crashes
|
* Instrumented render smoke for the Home screen — the on-device net for the "composes fine, crashes
|
||||||
* on first paint" class that JVM unit tests and static scanners can't catch. Created alongside the
|
* on first paint" class that JVM unit tests and static scanners can't catch. Created alongside the
|
||||||
* HomeScreen decomposition (1921 -> 614 lines across ui/home/components/*) so any future extraction
|
* HomeScreen decomposition (1921 -> 614 lines across the ui/home/components package) so any extraction
|
||||||
* or @Immutable change that breaks Home rendering is caught.
|
* or @Immutable change that breaks Home rendering is caught.
|
||||||
*
|
*
|
||||||
* Renders the self-contained, VM-free `PairedHomePreviewScreen` (which builds demo HomeUiState and
|
* Renders the self-contained, VM-free `PairedHomePreviewScreen` (which builds demo HomeUiState and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue