OLD | NEW |
1 # 2013 March 10 | 1 # 2013 March 10 |
2 # | 2 # |
3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
5 # | 5 # |
6 # May you do good and not evil. | 6 # May you do good and not evil. |
7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
9 # | 9 # |
10 #*********************************************************************** | 10 #*********************************************************************** |
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 SELECT toreal(x'7ff8000000000000'); | 749 SELECT toreal(x'7ff8000000000000'); |
750 } {{}} | 750 } {{}} |
751 do_execsql_test func4-6.3.25 { | 751 do_execsql_test func4-6.3.25 { |
752 SELECT toreal(x'7fffffffffffffff'); | 752 SELECT toreal(x'7fffffffffffffff'); |
753 } {{}} | 753 } {{}} |
754 } | 754 } |
755 | 755 |
756 set tcl_precision $saved_tcl_precision | 756 set tcl_precision $saved_tcl_precision |
757 unset saved_tcl_precision | 757 unset saved_tcl_precision |
758 finish_test | 758 finish_test |
OLD | NEW |