We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c3cf2 commit 3215564Copy full SHA for 3215564
exist-core/src/main/java/org/exist/xquery/functions/map/MapExpr.java
@@ -118,7 +118,7 @@ public void dump(final ExpressionDumper dumper) {
118
dumper.display("map {");
119
for (final Mapping mapping : this.mappings) {
120
mapping.key.dump(dumper);
121
- dumper.display(" := ");
+ dumper.display(" : ");
122
mapping.value.dump(dumper);
123
}
124
dumper.display("}");
0 commit comments