slight tidy of YAML PR (remove excess console.log in test)

and improve XML test coverage slightly
This commit is contained in:
Dave Conway-Jones
2016-11-10 21:29:07 +00:00
parent 9bbc8eda9d
commit d63996eea1
5 changed files with 43 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
<script type="text/x-red" data-template-name="yaml">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="common.label.name"></span></label>

View File

@@ -1,3 +1,4 @@
module.exports = function(RED) {
"use strict";
var yaml = require('js-yaml');