Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Aug 22, 2024
1 parent cd29310 commit 72190a4
Show file tree
Hide file tree
Showing 33 changed files with 40,252 additions and 21,448 deletions.
9 changes: 9 additions & 0 deletions apps/chat/contract/chat_contract.dib
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ inl state = new () |> sm'.format
trace Verbose (fun () => "trace") fun () => { trace1 = 1i32; trace2 = "2" }
trace Verbose (fun () => "trace") fun () => { state }

#!spiral

//// test
///! rust -c=-t=Verbose

inl state = new () |> sm'.format
trace Verbose (fun () => "trace") fun () => { trace1 = 1i32; trace2 = "2" }
trace Verbose (fun () => "trace") fun () => { state }

#!markdown

### main
Expand Down
236 changes: 230 additions & 6 deletions apps/chat/contract/chat_contract.dib.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72190a4

Please sign in to comment.