Ninja
Functions
json_test.cc File Reference
#include "json.h"
#include "test.h"
Include dependency graph for json_test.cc:

Go to the source code of this file.

Functions

 TEST (JSONTest, ControlChars)
 
 TEST (JSONTest, EscapedChars)
 
 TEST (JSONTest, RegularAscii)
 
 TEST (JSONTest, UTF8)
 

Function Documentation

◆ TEST() [1/4]

TEST ( JSONTest  ,
ControlChars   
)

Definition at line 31 of file json_test.cc.

References EncodeJSONString().

◆ TEST() [2/4]

TEST ( JSONTest  ,
EscapedChars   
)

Definition at line 23 of file json_test.cc.

References EncodeJSONString().

◆ TEST() [3/4]

TEST ( JSONTest  ,
RegularAscii   
)

Definition at line 19 of file json_test.cc.

References EncodeJSONString().

◆ TEST() [4/4]

TEST ( JSONTest  ,
UTF8   
)

Definition at line 37 of file json_test.cc.

References EncodeJSONString().