Home
last modified time | relevance | path

Searched defs:kFileContent (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dtodo_comments_test.cpp35 const char *const kFileContent = "// TODO: Fix this"; in TEST_F() local
64 const char *const kFileContent = "// TODO(name): Fix this"; in TEST_F() local
93 const char *const kFileContent = "// HACK: Needs work"; in TEST_F() local
122 const char *const kFileContent = "/* TODO: Fix this */"; in TEST_F() local
151 const char *const kFileContent = "/*\n * TODO: Multi-line fix\n */"; in TEST_F() local
179 const char *const kFileContent = "let s = \"TODO: not a comment\""; in TEST_F() local
207 const char *const kFileContent = in TEST_F() local
250 const char *const kFileContent = in TEST_F() local
290 const char *const kFileContent = "// TODOX not a todo comment"; in TEST_F() local
317 const char *const kFileContent = "/* FIXME: Fix this */"; in TEST_F() local
[all …]