Skip to content

Commit

Permalink
feat: Add README.md in the playground/ directory rather then inline c…
Browse files Browse the repository at this point in the history
…omments
  • Loading branch information
kkoomen committed Jun 20, 2019
1 parent 793ef26 commit 3280e0f
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 39 deletions.
7 changes: 7 additions & 0 deletions playground/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Playground

The playground directory contains test scenarios for every filetype and/or
language that is being supported by DoGe. This so that testing can be done
quickly.

It is expected to add a playground file when implementing a new language.
3 changes: 0 additions & 3 deletions playground/test.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This file contains test scenarios and their expected results. You should be
# able to generate the examples below.

###
@description TODO
@function myFunc
Expand Down
5 changes: 0 additions & 5 deletions playground/test.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* This file contains test scenarios and their expected results. You should be
* able to generate the examples below.
*/

class Test {
/**
* TODO
Expand Down
5 changes: 0 additions & 5 deletions playground/test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* This file contains test scenarios and their expected results. You should be
* able to generate the examples below.
*/

// =============================================================================
//
// Vanilla
Expand Down
5 changes: 0 additions & 5 deletions playground/test.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* This file contains test scenarios and their expected results. You should be
* able to generate the examples below.
*/

// Variable types
// - var
// - val (read-only)
Expand Down
3 changes: 0 additions & 3 deletions playground/test.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
-- #! /usr/bin/env lua

-- This file contains test scenarios and their expected results. You should be
-- able to generate the examples below.

-- TODO
-- @param arg1 TODO
-- @param arg2 TODO
Expand Down
5 changes: 0 additions & 5 deletions playground/test.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* This file contains test scenarios and their expected results. You should be
* able to generate the examples below.
*/

use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route as BaseRoute;
use Symfony\Component\HttpFoundation\RedirectResponse as RedirectResponseBase, Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
Expand Down
5 changes: 0 additions & 5 deletions playground/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# -*- coding: utf-8 -*-
# vim: fenc=utf-8 ts=4 sw=4 et

"""
This file contains test scenarios and their expected results. You should be able
to generate the examples below.
"""

def myFunc():
"""
TODO
Expand Down
3 changes: 0 additions & 3 deletions playground/test.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env ruby

# This file contains test scenarios and their expected results. You should be
# able to generate the examples below.

# TODO
# @param arg1 [type] TODO
# @param arg_2 [type] TODO
Expand Down
5 changes: 0 additions & 5 deletions playground/test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
// Functions
// =============================================================================

/**
* This file contains test scenarios and their expected results. You should be
* able to generate the examples below.
*/

/** TODO
*
* @param x Int TODO
Expand Down

0 comments on commit 3280e0f

Please sign in to comment.