~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to test/test-util.scm

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2009-03-01 12:57:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090301125700-0ykjdq0zgj55e3n3
Tags: 1:1.5.5-1
New upstream release and final upload by current maintainter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env gosh
2
2
 
3
 
;;; Copyright (c) 2003-2008 uim Project http://code.google.com/p/uim/
 
3
;;; Copyright (c) 2003-2009 uim Project http://code.google.com/p/uim/
4
4
;;;
5
5
;;; All rights reserved.
6
6
;;;
1095
1095
                 (uim '(string-escape "\a\B")))
1096
1096
   ;; complex
1097
1097
   (assert-equal "\"\\\"a string\\\" in two-line\\nstring\\n\""
1098
 
                 (uim '(string-escape "\"a\ string\" in two-line\nstring\n"))))
 
1098
                 (uim '(string-escape "\"a string\" in two-line\nstring\n"))))
1099
1099
 
1100
1100
  ("test compose"
1101
1101
   (uim '(define test-list '(0 1 2 3 4 5)))