File: test-comments

package info (click to toggle)
funcparserlib 0.3.5-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: python: 725; sh: 70; makefile: 37
file content (9 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
exec python dot.py <<END
/* комм 1 */
graph /* комм 4 */ g1 {
    // комм 2 /* комм 3 */
}
// комм 5
END