-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
My expression has newlines, which show up fine in cargo insta review, but it would be nice to have the string be block formatted in the YAML text (e.g. for review in PRs):
---
source: sheets/src/evaluation/functions/math/abs.rs
expression: "mock_eval_sheet_data(array![[\"-1\", \"=ABS(A1)\"], [\"1\", \"=ABS(A2)\"],\n[\"0\", \"=ABS(A3)\"], [\"10000\", \"=ABS(A4)\"]]).await"
---
[[[-1.0], [1.0]],
[[1.0], [1.0]],
[[0.0], [0.0]],
[[10000.0], [10000.0]]]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels