(scheme-in-list): Add a fallback to create an error tag.
[cedet.git] / tests / cit-proj-cpp.srt
blobd5cf3aa05bc5cd45af649d3104f6911a191438a2
1 ;; cit-proj-cpp.srt --- Test for the project option
3 ;; Copyright (C) 2013 Eric M. Ludlam
5 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
7 ;; This program is free software; you can redistribute it and/or
8 ;; modify it under the terms of the GNU General Public License as
9 ;; published by the Free Software Foundation; either version 2, or (at
10 ;; your option) any later version.
12 ;; This program is distributed in the hope that it will be useful, but
13 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 ;; General Public License for more details.
17 ;; You should have received a copy of the GNU General Public License
18 ;; along with this program; see the file COPYING.  If not, write to
19 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
22 set mode "c++-mode"
23 set escape_start "{{"
24 set escape_end "}}"
26 set application "cit-test"
28 set project "/tmp"
30 context test
33 template cit-project-template :blank
34 "A project based template."
35 ----
36 THIS FILE IS IN /tmp
37 ----
39 ;; end