~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/nix/url_feature.test

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
http://example.org/foo.tar.bz2
 
2
ftp://ftp.nluug.nl/pub/gnu/hello/hello-2.1.1.tar.gz
 
3
 
 
4
/bin/sh
 
5
./builder.sh
 
6
~/foo.bar
 
7
 
 
8
----------------------------------------------------
 
9
 
 
10
[
 
11
        ["url", "http://example.org/foo.tar.bz2"],
 
12
        ["url", "ftp://ftp.nluug.nl/pub/gnu/hello/hello-2.1.1.tar.gz"],
 
13
 
 
14
        ["url", "/bin/sh"],
 
15
        ["url", "./builder.sh"],
 
16
        ["url", "~/foo.bar"]
 
17
]
 
18
 
 
19
----------------------------------------------------
 
20
 
 
21
Checks for URLs and paths.
 
 
b'\\ No newline at end of file'