repo.or.cz
/
style_checker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some missing files for the regression tests.
[style_checker.git]
/
regtests
/
demo.adb
blob
da2043020d18756ee19137f01da1d2948180d104
1
2
procedure
Demo
is
3
-- one space
4
-- two spaces
5
--no space
6
begin
7
null
;;
8
end
Demo
;