noogle/pesto/test_data/content_format/add.expect
2024-01-07 17:20:35 +01:00

14 lines
309 B
Plaintext

[
{
"name": "lib.add",
"content": "\nReturn the sum of the numbers *e1* and *e2*.\n"
},
{
"name": "lib.trivial.add",
"content": "\nReturn the sum of the numbers *e1* and *e2*.\n"
},
{
"name": "builtins.add",
"content": "\nReturn the sum of the numbers *e1* and *e2*.\n"
}
]