From 87f73a567b5f65f1b81df94f1ae53d4d97ac6a06 Mon Sep 17 00:00:00 2001 From: hayoung13 <44959615+hayoung13@users.noreply.github.com> Date: Mon, 21 Jan 2019 15:07:04 +0900 Subject: [PATCH] test20190121 test --- cwe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwe.js b/cwe.js index bb09a12..bc482f1 100644 --- a/cwe.js +++ b/cwe.js @@ -1,5 +1,5 @@ // This will show examples related with the Common Weakness Enumeration (CWE). - +//test// function CWE_398() { // IDENTICAL_BRANCHES if (x >= 0) { y = x;