From adc9c4b7c9453ac0a9bdd4ac398de26090e79f2a Mon Sep 17 00:00:00 2001 From: Greg Meece Date: Fri, 4 Mar 2016 13:00:54 -0600 Subject: [PATCH] Changed extension to .robot for Github formatting. Honors Robot Framework formatting on Github. --- tests/{json.txt => json.robot} | 1 + 1 file changed, 1 insertion(+) rename tests/{json.txt => json.robot} (99%) diff --git a/tests/json.txt b/tests/json.robot similarity index 99% rename from tests/json.txt rename to tests/json.robot index 244166c..3e38976 100644 --- a/tests/json.txt +++ b/tests/json.robot @@ -118,3 +118,4 @@ Get Json Value In Chinese OK Set Test Variable ${chinese} "δΈ­" ${result}= Get Json Value {"foo":${chinese}} /foo Should Be Equal ${result} ${chinese} +