mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
addes test to docs for function
This commit is contained in:
parent
428b4574ae
commit
d3f2b95f7a
17 changed files with 136 additions and 578 deletions
|
@ -62,7 +62,7 @@ pub fn new_operator_mn(
|
|||
parent_id_opt: Option<MarkNodeId>,
|
||||
) -> MarkupNode {
|
||||
MarkupNode::Text {
|
||||
content: content,
|
||||
content,
|
||||
ast_node_id: ASTNodeId::AExprId(expr_id),
|
||||
syn_high_style: HighlightStyle::Operator,
|
||||
attributes: Attributes::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue