6 lines
574 B
Plaintext
6 lines
574 B
Plaintext
---
|
|
source: hornbeam_interpreter/tests/snapshots.rs
|
|
expression: "simple_render(r#\"\nhtml\n body\n \"this was a triumph :>\"\n br\n raw \"<u>making a note here, huge success</u>\"\n\n if $five == 5\n \"FIVE!!! $five\"\n br\n\n if $five < 10\n \"five is less than ten!\"\n br\n\n if $five > 5\n \"weird...\"\n \"#)"
|
|
---
|
|
<!DOCTYPE html><html><body>this was a triumph :><br><u>making a note here, huge success</u>FIVE!!! 5<br>five is less than ten!<br></body></html>
|