Skip to content

Commit

Permalink
feat: set up nested test case
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Feb 19, 2024
1 parent c8eb63e commit 9fe2000
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions rustle/tests/nested/Nested.rustle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>...don't affect this element</p>
6 changes: 6 additions & 0 deletions rustle/tests/nested/app.rustle
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script>
import Nested from './Nested.rustle';
</script>

<p>These styles...</p>
<Nested />
3 changes: 3 additions & 0 deletions rustle/tests/test_parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ fn test_parsing_hello() { test_parsing("hello".to_owned()) }

#[test]
fn test_parsing_reactive_assignments() { test_parsing("reactive-assignments".to_owned()) }

// #[test]
// fn test_parsing_nested() { test_parsing("nested".to_owned()) }

0 comments on commit 9fe2000

Please sign in to comment.