mol_regexp 0.0.1463 → 0.0.1464

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.test.js CHANGED
@@ -1387,7 +1387,7 @@ var $;
1387
1387
  return $mol_promise_like(this.cache);
1388
1388
  }
1389
1389
  field() {
1390
- return this.task.name + '<>';
1390
+ return this.task.name + '()';
1391
1391
  }
1392
1392
  constructor(id, task, host, args) {
1393
1393
  super();