Ejemplo n.º 1
0
        public void RowKeyExact()
        {
            var filter = RowFilters.RowKeyExact("a\\b\0c\t");

            Assert.Equal(ByteString.CopyFromUtf8(@"a\\b\x00c\	"), filter.RowKeyRegexFilter);
        }