Added printer test

This commit is contained in:
Mike Farah
2020-11-18 09:52:03 +11:00
parent 088ec36acd
commit 2c062bc2a5
2 changed files with 84 additions and 4 deletions
+2 -4
View File
@@ -17,13 +17,11 @@ type OperationType struct {
}
// operators TODO:
// - add print test, particular for streams with multilpe docs
// (one that print doc1, then doc 3) in two calls
// (one that prints doc1, then doc 3) in one call
// - write in place
// - get Kind
// - get path operator (like doc index)
// - get file index op (like doc index)
// - get file name op (like doc index)
// - write in place
// - mergeAppend (merges and appends arrays)
// - mergeEmpty (sets only if the document is empty, do I do that now?)
// - updateTag - not recursive