From b6c00e69c22a439b48eeb4cc5f6ec08cf761cb34 Mon Sep 17 00:00:00 2001 From: Ryan Manns Date: Tue, 28 Aug 2018 21:10:50 -0400 Subject: [PATCH] remove whitespace --- types/libxmljs/libxmljs-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/libxmljs/libxmljs-tests.ts b/types/libxmljs/libxmljs-tests.ts index d0d8fc635c..93157c13fc 100644 --- a/types/libxmljs/libxmljs-tests.ts +++ b/types/libxmljs/libxmljs-tests.ts @@ -60,5 +60,5 @@ const xmlDocWithNs = libxmljs.parseXml(xmlWithNs); // xpath queries const gchildWithNs = xmlDocWithNs.get('//a:grandchild', {a: "http://test.com/test"})!; - + console.log(gchildWithNs.text()); // prints "grandchild content"