aquavm/crates/testing-framework
Ivan Boldyrev bbf280b241 Introduce multiline call annotations
Call annotations have same form as `;`-annotations, but can allow
multiline JSON literals.  They look like `(# ... #)`.

For example:

```
(call "peer_id" ("serv" "func") [a b] var) (#
      map = {
        "0": null,
        "default": 42,
      }
   #)
```
2022-11-01 19:16:31 +04:00
..
2022-11-01 19:16:31 +04:00