Source

						public function testValueQuoting() {
		$result = $this->db->value('exciting news');
		$expected = "'exciting news'";
		$this->assertEqual($expected, $result);
	}