Skip to content

Commit

Permalink
migrate buffer & class
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Apr 28, 2018
1 parent ecafad6 commit 9728793
Show file tree
Hide file tree
Showing 5 changed files with 949 additions and 276 deletions.
273 changes: 0 additions & 273 deletions test/classTests.js

This file was deleted.

22 changes: 22 additions & 0 deletions test/snapshot/__snapshots__/buffer.test.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Test buffers handles buffers as input 1`] = `
Program {
"children": Array [
Echo {
"arguments": Array [
String {
"isDoubleQuote": true,
"kind": "string",
"raw": "\\"test\\"",
"value": "test",
},
],
"kind": "echo",
"shortForm": false,
},
],
"errors": Array [],
"kind": "program",
}
`;

0 comments on commit 9728793

Please sign in to comment.