--- source: code-blocks/tests/tsx/main.rs expression: snapshot --- input: export default function App() { return ( <>
!!! stuff in here is also part of the syntax tree !!!
!!! stuff in here is also part of the syntax tree !!! ); } --- output: export default function App() { return ( <>
!!! stuff in here is also part of the syntax tree !!!
!!! stuff in here is also part of the syntax tree !!! ); }