Sha256: 23057cc4266642a458d9989ed9e5af5f132e904a681f4e02b90feb234126783a

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

# -*- sh -*-
@test "all features" {
  bin/grounds <<'^D' |
Language: sv
Attributes: ng-app="foo"
Charset: iso-8859-1
Viewport: initial-scale=1.0
Title: Example
foo.js
foo.css

<p>foo</p>
<p>bar</p>
^D
  diff <<'^D' - <(cat); }
<!doctype html>
<html lang="sv" ng-app="foo">
  <head>
    <meta charset="iso-8859-1">
    <meta name="viewport" content="initial-scale=1.0">
    <title>Example</title>
    <link rel="stylesheet" href="foo.css">
  </head>
  <body>
    <p>foo</p>
    <p>bar</p>
    <script src="foo.js"></script>
  </body>
</html>
^D

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grounds-0.0.1 t/02-all-features.bats