Commit 9908ca69e770fc4f2a137d334a4128782f03d829

Michael Schmidt 2019-12-02T01:43:42

Robotframework: Renamed example file (#2126) This renames the example for the Robotframework language to match its id.

diff --git a/examples/prism-robot-framework.html b/examples/prism-robot-framework.html
deleted file mode 100644
index 8ddd56c..0000000
--- a/examples/prism-robot-framework.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<h2>Full example</h2>
-<pre><code>*** Settings ***
-Documentation    Example using the space separated plain text format.
-Library          OperatingSystem
-
-*** Variables ***
-${MESSAGE}       Hello, world!
-
-*** Test Cases ***
-My Test
-    [Documentation]    Example test
-    Log    ${MESSAGE}
-    My Keyword    /tmp
-
-Another Test
-    Should Be Equal    ${MESSAGE}    Hello, world!
-
-*** Keywords ***
-My Keyword
-    [Arguments]    ${path}
-    Directory Should Exist    ${path}</code></pre>
diff --git a/examples/prism-robotframework.html b/examples/prism-robotframework.html
new file mode 100644
index 0000000..8ddd56c
--- /dev/null
+++ b/examples/prism-robotframework.html
@@ -0,0 +1,21 @@
+<h2>Full example</h2>
+<pre><code>*** Settings ***
+Documentation    Example using the space separated plain text format.
+Library          OperatingSystem
+
+*** Variables ***
+${MESSAGE}       Hello, world!
+
+*** Test Cases ***
+My Test
+    [Documentation]    Example test
+    Log    ${MESSAGE}
+    My Keyword    /tmp
+
+Another Test
+    Should Be Equal    ${MESSAGE}    Hello, world!
+
+*** Keywords ***
+My Keyword
+    [Arguments]    ${path}
+    Directory Should Exist    ${path}</code></pre>